Age | Commit message (Expand) | Author | Files | Lines |
2018-11-19 | tests/ide: Free pcibus when finishing a test | Thomas Huth | 1 | -0/+4 |
2018-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-tests-2018-08-16' into... | Peter Maydell | 1 | -4/+5 |
2018-08-16 | tests: Pass literal format strings directly to qmp_FOO() | Markus Armbruster | 1 | -3/+1 |
2018-08-16 | libqtest: Remove qtest_qmp_discard_response() & friends | Markus Armbruster | 1 | -1/+4 |
2018-08-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -4/+4 |
2018-07-10 | Revert "block: Remove deprecated -drive option serial" | Cornelia Huck | 1 | -4/+4 |
2018-06-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -4/+4 |
2018-02-14 | libqos: Use explicit QTestState for fw_cfg operations | Eric Blake | 1 | -1/+1 |
2018-02-14 | libqos: Track QTestState with QPCIBus | Eric Blake | 1 | -1/+1 |
2018-02-07 | ide-test: test trim requests | Anton Nefedov | 1 | -0/+71 |
2017-08-10 | IDE: test flush on empty CDROM | Kevin Wolf | 1 | -0/+19 |
2017-06-04 | ide-test: check return of fwrite | John Snow | 1 | -2/+6 |
2017-03-01 | tests: fix ide-test leaks | Marc-André Lureau | 1 | -0/+12 |
2017-02-28 | ide: remove undefined behavior in ide-test | John Snow | 1 | -0/+1 |
2016-10-31 | tests: Remove unneeded "-vnc none" option | Eduardo Habkost | 1 | -1/+0 |
2016-10-28 | libqos: Change PCI accessors to take opaque BAR handle | David Gibson | 1 | -89/+87 |
2016-10-28 | tests: Clean up IO handling in ide-test | David Gibson | 1 | -61/+118 |
2016-10-06 | libqos: add PCI management in qtest_vboot()/qtest_shutdown() | Laurent Vivier | 1 | -1/+1 |
2016-07-18 | tests: in IDE and AHCI tests perform DMA write before flushing | Evgeny Yakovlev | 1 | -0/+43 |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell | 1 | -1/+0 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-01-29 | ide: Clean up includes | Peter Maydell | 1 | -3/+1 |
2015-12-04 | tests: Use proper functions types instead of void (*fn) | Markus Armbruster | 1 | -2/+2 |
2015-11-25 | ide-test: fix timeouts | John Snow | 1 | -4/+12 |
2015-11-24 | ide-test: cdrom_pio_impl fixup | John Snow | 1 | -5/+11 |
2015-11-20 | tests: fix cdrom_pio_impl in ide-test | Peter Lieven | 1 | -8/+8 |
2015-10-09 | libqtest: New hmp() & friends | Markus Armbruster | 1 | -6/+2 |
2015-10-05 | qtest/ide-test: ppc64be correction for ATAPI tests | John Snow | 1 | -2/+2 |
2015-09-18 | ide-test: add cdrom dma test | John Snow | 1 | -18/+72 |
2015-09-18 | ide-test: add cdrom pio test | John Snow | 1 | -0/+157 |
2015-07-20 | qtest/ide: add another short PRDT test flavor | Stefan Hajnoczi | 1 | -0/+27 |
2015-04-28 | libqos: add blkdebug_prepare_script | John Snow | 1 | -22/+1 |
2015-04-28 | libqtest: add qmp_eventwait | John Snow | 1 | -10/+1 |
2015-03-10 | qtest/ide: Test flush / retry for ISA and PCI | John Snow | 1 | -5/+15 |
2014-12-10 | qtests: Specify image format explicitly | Kevin Wolf | 1 | -4/+5 |
2014-09-08 | qtest/ide: Uninitialize PC allocator | John Snow | 1 | -0/+2 |
2014-08-15 | ide: Fix segfault when flushing a device that doesn't exist | Kevin Wolf | 1 | -0/+14 |
2014-08-15 | qtest/ide: Fix small memory leak | John Snow | 1 | -0/+2 |
2014-08-15 | libqos: allow qpci_iomap to return BAR mapping size | John Snow | 1 | -1/+1 |
2014-08-15 | ide-test: add test for werror=stop | Paolo Bonzini | 1 | -0/+81 |
2014-01-22 | qtest: Fix the bug about disable vnc causes "make check" fail | Kewei Yu | 1 | -3/+0 |
2013-11-07 | libqtest: rename qmp() to qmp_discard_response() | Stefan Hajnoczi | 1 | -4/+6 |
2013-10-28 | ide-test: Check what happens with bus mastering disabled | Kevin Wolf | 1 | -0/+26 |
2013-07-18 | libqtest: New qtest_end() to go with qtest_start() | Markus Armbruster | 1 | -1/+1 |
2013-06-14 | ide-test: fix failure for test_flush | Michael Roth | 1 | -1/+4 |
2013-06-06 | ide-test: Add FLUSH CACHE test case | Kevin Wolf | 1 | -0/+40 |
2013-06-06 | ide-test: Add enum value for DEV | Kevin Wolf | 1 | -1/+2 |
2013-05-15 | ide-test: Fix endianness problems | Kevin Wolf | 1 | -5/+27 |
2013-05-08 | qtest/ide-test: Test short and long PRDTs | Kevin Wolf | 1 | -0/+54 |
2013-05-08 | qtest/ide-test: Add simple DMA read/write test case | Kevin Wolf | 1 | -0/+221 |