summaryrefslogtreecommitdiff
path: root/tests/ide-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29ide: Clean up includesPeter Maydell1-3/+1
2015-12-04tests: Use proper functions types instead of void (*fn)Markus Armbruster1-2/+2
2015-11-25ide-test: fix timeoutsJohn Snow1-4/+12
2015-11-24ide-test: cdrom_pio_impl fixupJohn Snow1-5/+11
2015-11-20tests: fix cdrom_pio_impl in ide-testPeter Lieven1-8/+8
2015-10-09libqtest: New hmp() & friendsMarkus Armbruster1-6/+2
2015-10-05qtest/ide-test: ppc64be correction for ATAPI testsJohn Snow1-2/+2
2015-09-18ide-test: add cdrom dma testJohn Snow1-18/+72
2015-09-18ide-test: add cdrom pio testJohn Snow1-0/+157
2015-07-20qtest/ide: add another short PRDT test flavorStefan Hajnoczi1-0/+27
2015-04-28libqos: add blkdebug_prepare_scriptJohn Snow1-22/+1
2015-04-28libqtest: add qmp_eventwaitJohn Snow1-10/+1
2015-03-10qtest/ide: Test flush / retry for ISA and PCIJohn Snow1-5/+15
2014-12-10qtests: Specify image format explicitlyKevin Wolf1-4/+5
2014-09-08qtest/ide: Uninitialize PC allocatorJohn Snow1-0/+2
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf1-0/+14
2014-08-15qtest/ide: Fix small memory leakJohn Snow1-0/+2
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow1-1/+1
2014-08-15ide-test: add test for werror=stopPaolo Bonzini1-0/+81
2014-01-22qtest: Fix the bug about disable vnc causes "make check" failKewei Yu1-3/+0
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi1-4/+6
2013-10-28ide-test: Check what happens with bus mastering disabledKevin Wolf1-0/+26
2013-07-18libqtest: New qtest_end() to go with qtest_start()Markus Armbruster1-1/+1
2013-06-14ide-test: fix failure for test_flushMichael Roth1-1/+4
2013-06-06ide-test: Add FLUSH CACHE test caseKevin Wolf1-0/+40
2013-06-06ide-test: Add enum value for DEVKevin Wolf1-1/+2
2013-05-15ide-test: Fix endianness problemsKevin Wolf1-5/+27
2013-05-08qtest/ide-test: Test short and long PRDTsKevin Wolf1-0/+54
2013-05-08qtest/ide-test: Add simple DMA read/write test caseKevin Wolf1-0/+221
2013-05-08qtest: Add IDE test caseKevin Wolf1-0/+165