summaryrefslogtreecommitdiff
path: root/tests/fdc-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16tests: Clean up includesPeter Maydell1-3/+1
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz1-2/+0
2016-01-25qtest/fdc: Support for 2.88MB drivesJohn Snow1-1/+1
2015-10-23hw/block/fdc: Implement tray statusMax Reitz1-3/+1
2015-06-02fdc-test: Test state for existing cases more thoroughlyKevin Wolf1-0/+34
2014-12-10qtests: Specify image format explicitlyKevin Wolf1-1/+1
2014-07-18tests: Add missing 'static' attributes (fix warnings from smatch)Stefan Weil1-1/+1
2014-07-01libqtest: escape strings in QMP commands, fix leakPaolo Bonzini1-1/+1
2014-01-22qtest: Fix the bug about disable vnc causes "make check" failKewei Yu1-4/+1
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi1-6/+9
2013-07-18libqtest: New qtest_end() to go with qtest_start()Markus Armbruster1-1/+1
2012-11-14fdc-tests: add tests for VERIFY commandHervé Poussineau1-3/+13
2012-11-14fdc-test: Check READ IDKevin Wolf1-0/+66
2012-11-14fdc: fix false FD_SR0_SEEKHervé Poussineau1-3/+3
2012-11-14fdc-test: add tests for non-DMA READ commandHervé Poussineau1-0/+98
2012-11-14fdc-test: insert media before fuzzing registersHervé Poussineau1-0/+1
2012-11-14fdc-test: split test_media_change() test, so insert part can be reusedHervé Poussineau1-1/+8
2012-07-17fdc-test: Clean up a bitKevin Wolf1-16/+20
2012-07-17fdc-test: introduce test_relative_seekPavel Hrdina1-5/+41
2012-07-09fdc_test: introduce test_sense_interruptPavel Hrdina1-1/+24
2012-07-09fdc_test: update media_change testPavel Hrdina1-8/+17
2012-06-21qtest: add a fuzz test to fdc-testBlue Swirl1-0/+17
2012-06-15fdc-test: introduced qtest read_without_mediaPavel Hrdina1-0/+66
2012-05-25fdc-test: introduced qtest no_media_on_start and cmos qtest for floppyPavel Hrdina1-17/+48
2012-05-10qtest: Add floppy testKevin Wolf1-0/+195