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