aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell10-62/+845
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell9-2/+8
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster7-0/+7
2019-08-16block-backend: Queue requests while drainedKevin Wolf1-0/+1
2019-08-16iotests: Add test for concurrent stream/commitMax Reitz3-0/+197
2019-08-16tests: Test mid-drain bdrv_replace_child_noperm()Max Reitz1-0/+308
2019-08-16tests: Test polling in bdrv_drop_intermediate()Max Reitz1-0/+167
2019-08-16iotests: Test migration with all kinds of filter nodesKevin Wolf3-0/+100
2019-08-16iotests: Move migration helpers to iotests.pyKevin Wolf2-23/+23
2019-08-16iotests/118: Add -blockdev based testsKevin Wolf2-15/+32
2019-08-16iotests/118: Create test classes dynamicallyKevin Wolf1-48/+21
2019-08-16iotests/118: Test media change for scsi-cdKevin Wolf2-2/+22
2019-08-15tests/libqtest: Make qmp_assert_success() independent from global_qtestThomas Huth3-8/+12
2019-08-15tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth16-52/+66
2019-08-15tests/libqtest: Clean up qtest_cb_for_every_machine() wrt global_qtestThomas Huth1-3/+4
2019-08-15tests/libqtest: Remove unused function hmp()Thomas Huth2-21/+0
2019-08-15tests/libqos: Make virtio-pci code independent from global_qtestThomas Huth1-4/+4
2019-08-15tests/libqos: Make generic virtio code independent from global_qtestThomas Huth6-148/+176
2019-08-15tests: Set read-zeroes on for null-co driverAndrey Shinkevich12-16/+35
2019-08-15libqos: Account for the ctrl queue in virtio-netOleinik, Alexander2-1/+2
2019-08-06iotests: Test unaligned blocking mirror writeMax Reitz2-2/+27
2019-08-06iotests: Test incremental backup after truncationMax Reitz2-6/+36
2019-08-06iotests: Test backup job with two guest writesMax Reitz2-2/+41
2019-07-30iotests/118: Test inserting a read-only mediumKevin Wolf2-3/+7
2019-07-30Fixes: add read-zeroes to 051.outAndrey Shinkevich1-5/+5
2019-07-30tests/multiboot: Fix load address of test kernelsKevin Wolf1-3/+3
2019-07-23tests/docker: Refresh APT cache before installing new packages on DebianPhilippe Mathieu-Daudé28-101/+133
2019-07-23tests/qemu-iotests: Don't use 'seq' in the iotestsThomas Huth7-8/+8
2019-07-23tests/qemu-iotests/group: Remove some more tests from the "auto" groupThomas Huth1-59/+61
2019-07-23tests/qemu-iotests/check: Allow tests without groupsThomas Huth1-2/+2
2019-07-23tests/docker: invoke the DEBUG shell with --noprofile/--norcAlex Bennée1-2/+2
2019-07-23tests/docker: Let the test-mingw test generate a NSIS installerPhilippe Mathieu-Daudé1-1/+3
2019-07-23tests/docker: Install texinfo in the Fedora imagePhilippe Mathieu-Daudé1-0/+1
2019-07-23tests/docker: Set the correct cross-PKG_CONFIG_PATH in the MXE imagesPhilippe Mathieu-Daudé2-0/+6
2019-07-23tests/docker: Install the NSIS tools in the MinGW capable imagesPhilippe Mathieu-Daudé3-0/+7
2019-07-23tests/docker: Install Sphinx in the Debian imagesPhilippe Mathieu-Daudé2-0/+2
2019-07-23tests/dockerfiles: update the win cross builds to stretchAlex Bennée4-11/+14
2019-07-23tests/migration-test: don't spam the logs when we failAlex Bennée1-7/+12
2019-07-23tests/docker: Install Ubuntu images noninteractivelyPhilippe Mathieu-Daudé2-2/+2
2019-07-23tests/docker: Install Sphinx in the Fedora imagePhilippe Mathieu-Daudé1-0/+2
2019-07-23tests/docker: Install Sphinx in the Ubuntu imagesPhilippe Mathieu-Daudé2-0/+2
2019-07-23tests/docker: add test-misc for building tools & docsAlex Bennée1-0/+22
2019-07-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+55
2019-07-19test-bitmap: add test for bitmap_setWei Yang1-0/+55
2019-07-19iotests: Test quitting with job on throttled nodeMax Reitz2-2/+57
2019-07-19iotests: Test commit with a filter on the chainMax Reitz2-3/+41
2019-07-19iotests: Add @has_quit to vm.shutdown()Max Reitz1-1/+1
2019-07-19tests: Extend commit by drained_end testMax Reitz1-4/+32