summaryrefslogtreecommitdiffstats
path: root/tests/ide-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests/ide: Free pcibus when finishing a testThomas Huth2018-11-191-0/+4
* Merge remote-tracking branch 'remotes/armbru/tags/pull-tests-2018-08-16' into...Peter Maydell2018-08-161-4/+5
|\
| * tests: Pass literal format strings directly to qmp_FOO()Markus Armbruster2018-08-161-3/+1Star
| * libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster2018-08-161-1/+4
* | block: Remove deprecated -drive option serialKevin Wolf2018-08-151-4/+4
|/
* Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-101-4/+4
* block: Remove deprecated -drive option serialKevin Wolf2018-06-151-4/+4
* libqos: Use explicit QTestState for fw_cfg operationsEric Blake2018-02-141-1/+1
* libqos: Track QTestState with QPCIBusEric Blake2018-02-141-1/+1
* ide-test: test trim requestsAnton Nefedov2018-02-071-0/+71
* IDE: test flush on empty CDROMKevin Wolf2017-08-101-0/+19
* ide-test: check return of fwriteJohn Snow2017-06-041-2/+6
* tests: fix ide-test leaksMarc-André Lureau2017-03-011-0/+12
* ide: remove undefined behavior in ide-testJohn Snow2017-02-281-0/+1
* tests: Remove unneeded "-vnc none" optionEduardo Habkost2016-10-311-1/+0Star
* libqos: Change PCI accessors to take opaque BAR handleDavid Gibson2016-10-281-89/+87Star
* tests: Clean up IO handling in ide-testDavid Gibson2016-10-281-61/+118
* libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-061-1/+1
* tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev2016-07-191-0/+43
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* ide: Clean up includesPeter Maydell2016-01-291-3/+1Star
* tests: Use proper functions types instead of void (*fn)Markus Armbruster2015-12-041-2/+2
* ide-test: fix timeoutsJohn Snow2015-11-251-4/+12
* ide-test: cdrom_pio_impl fixupJohn Snow2015-11-241-5/+11
* tests: fix cdrom_pio_impl in ide-testPeter Lieven2015-11-201-8/+8
* libqtest: New hmp() & friendsMarkus Armbruster2015-10-091-6/+2Star
* qtest/ide-test: ppc64be correction for ATAPI testsJohn Snow2015-10-051-2/+2
* ide-test: add cdrom dma testJohn Snow2015-09-181-18/+72
* ide-test: add cdrom pio testJohn Snow2015-09-181-0/+157
* qtest/ide: add another short PRDT test flavorStefan Hajnoczi2015-07-201-0/+27
* libqos: add blkdebug_prepare_scriptJohn Snow2015-04-281-22/+1Star
* libqtest: add qmp_eventwaitJohn Snow2015-04-281-10/+1Star
* qtest/ide: Test flush / retry for ISA and PCIJohn Snow2015-03-101-5/+15
* qtests: Specify image format explicitlyKevin Wolf2014-12-101-4/+5
* qtest/ide: Uninitialize PC allocatorJohn Snow2014-09-081-0/+2
* ide: Fix segfault when flushing a device that doesn't existKevin Wolf2014-08-151-0/+14
* qtest/ide: Fix small memory leakJohn Snow2014-08-151-0/+2
* libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow2014-08-151-1/+1
* ide-test: add test for werror=stopPaolo Bonzini2014-08-151-0/+81
* qtest: Fix the bug about disable vnc causes "make check" failKewei Yu2014-01-221-3/+0Star
* libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi2013-11-071-4/+6
* ide-test: Check what happens with bus mastering disabledKevin Wolf2013-10-281-0/+26
* libqtest: New qtest_end() to go with qtest_start()Markus Armbruster2013-07-181-1/+1
* ide-test: fix failure for test_flushMichael Roth2013-06-141-1/+4
* ide-test: Add FLUSH CACHE test caseKevin Wolf2013-06-061-0/+40
* ide-test: Add enum value for DEVKevin Wolf2013-06-061-1/+2
* ide-test: Fix endianness problemsKevin Wolf2013-05-151-5/+27
* qtest/ide-test: Test short and long PRDTsKevin Wolf2013-05-081-0/+54
* qtest/ide-test: Add simple DMA read/write test caseKevin Wolf2013-05-081-0/+221