summaryrefslogtreecommitdiff
path: root/tests/ide-test.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14libqos: Use explicit QTestState for fw_cfg operationsEric Blake1-1/+1
2018-02-14libqos: Track QTestState with QPCIBusEric Blake1-1/+1
2018-02-07ide-test: test trim requestsAnton Nefedov1-0/+71
2017-08-10IDE: test flush on empty CDROMKevin Wolf1-0/+19
2017-06-04ide-test: check return of fwriteJohn Snow1-2/+6
2017-03-01tests: fix ide-test leaksMarc-André Lureau1-0/+12
2017-02-28ide: remove undefined behavior in ide-testJohn Snow1-0/+1
2016-10-31tests: Remove unneeded "-vnc none" optionEduardo Habkost1-1/+0
2016-10-28libqos: Change PCI accessors to take opaque BAR handleDavid Gibson1-89/+87
2016-10-28tests: Clean up IO handling in ide-testDavid Gibson1-61/+118
2016-10-06libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier1-1/+1
2016-07-18tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev1-0/+43
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
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