summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-12-11blockdev: Mark {insert, remove}-medium experimentalMax Reitz2-11/+11
2015-12-04qom-test: Fix qmp() leaksMarc-André Lureau1-7/+14
2015-12-04tests: Use proper functions types instead of void (*fn)Markus Armbruster4-10/+18
2015-12-03tests: Fix check-report-qtest-% targetAndreas Färber1-2/+2
2015-12-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-2/+32
2015-12-03iotests: Add regresion test case for write notifier assertion failureFam Zheng2-2/+27
2015-12-03iotests: Add "add_drive_raw" methodFam Zheng1-0/+5
2015-12-02tests/vhost-user-bridge.c: fix fd leakageVictor Kaplansky1-5/+29
2015-12-02vhost-user-test: fix crash with glib < 2.36Marc-André Lureau1-4/+15
2015-12-02vhost-user-test: use unix port for migrationMarc-André Lureau1-1/+7
2015-12-02vhost-user-test: fix chardriver raceMarc-André Lureau1-5/+21
2015-11-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-23/+120
2015-11-26vhost-user-test: fix migration overlap testMichael S. Tsirkin1-5/+8
2015-11-26Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-11-26' in...Peter Maydell2-1/+26
2015-11-26Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-25-v2-tag'...Peter Maydell1-3/+95
2015-11-26Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-9/+23
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini1-1/+1
2015-11-26check-qjson: Add test for JSON nesting depth limitMarkus Armbruster1-0/+25
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake1-2/+3
2015-11-25tests: add file-write-read testMarc-André Lureau1-2/+93
2015-11-25ide-test: fix timeoutsJohn Snow1-4/+12
2015-11-25qemu-iotests: Add -nographic when starting QEMU in 119 and 120Fam Zheng2-2/+2
2015-11-25test-aio: Fix event notifier cleanupKevin Wolf1-0/+1
2015-11-25tests/Makefile: Add more dependencies for test-timed-averageKevin Wolf1-2/+1
2015-11-25tests/vhost-user-bridge: read command line argumentsVictor Kaplansky1-18/+111
2015-11-25tests/vhost-user-bridge: propose GUEST_ANNOUNCE featureVictor Kaplansky1-0/+1
2015-11-25ivshmem: Rename property memdev to x-memdev for 2.5Markus Armbruster1-1/+1
2015-11-25tests/ivshmem-test: Supply missing initializer in get_device()Markus Armbruster1-0/+1
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-11-19Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-0/+205
2015-11-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-29/+203
2015-11-19tests: re-enable vhost-user-testMarc-André Lureau1-2/+3
2015-11-18qom: Add a test case for complex property finalizationDaniel P. Berrange1-0/+159
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange1-0/+46
2015-11-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+4
2015-11-18crypto: fix leaks in TLS x509 helper functionsDaniel P. Berrange1-0/+2
2015-11-18iotests: fix race in 030John Snow1-1/+4
2015-11-17tests/vhost-user-bridge: implement logging of dirty pagesVictor Kaplansky1-25/+195
2015-11-17block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia1-1/+1
2015-11-17tests: Ignore recent test binariesEric Blake1-0/+2
2015-11-16vhost-user-test: support VHOST_USER_SET_VRING_ENABLEMichael S. Tsirkin1-2/+5
2015-11-13qtest/ahci: use raw format when qemu-img is absentJohn Snow1-9/+32
2015-11-13libqos: add qemu-img presence checkJohn Snow2-5/+24
2015-11-13qtest/ahci: always specify image formatJohn Snow1-22/+29
2015-11-13ahci/qtest: don't use tcp sockets for migration testsJohn Snow1-5/+20
2015-11-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell8-3/+885
2015-11-12iotests: Add test for the block device statisticsAlberto Garcia3-0/+355
2015-11-12util: Infrastructure for computing recent averagesAlberto Garcia2-0/+94
2015-11-12tests: add BlockJobTxn unit testStefan Hajnoczi2-0/+253