aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-02-22util/async: make bh_aio_poll() O(1)Stefan Hajnoczi1-1/+2
2020-02-22rcu_queue: add QSLIST functionsPaolo Bonzini3-0/+20
2020-02-21Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-20' in...Peter Maydell12-6/+347
2020-02-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-2/+2
2020-02-20iotests: Test snapshot -l field separationMax Reitz3-0/+85
2020-02-20iotests: Test convert -n -B to backing-less targetMax Reitz2-0/+19
2020-02-20iotests: Add test for image creation fallbackMax Reitz3-0/+77
2020-02-20iotests/279: Fix for non-qcow2 formatsMax Reitz1-2/+5
2020-02-20block: always fill entire LUKS header space with zerosDaniel P. Berrangé3-0/+160
2020-02-20iotests/147: Fix drive parametersMax Reitz1-1/+1
2020-02-20iotests: Remove the superfluous 2nd check for the availability of quorumThomas Huth1-3/+0
2020-02-18tests/qtest/libqos/qgraph: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-2/+2
2020-02-18iotests: Check that @replaces can replace filtersMax Reitz2-2/+48
2020-02-18iotests: Add tests for invalid Quorum @replacesMax Reitz2-3/+71
2020-02-18iotests: Use self.image_len in TestRepairQuorumMax Reitz1-1/+1
2020-02-18iotests: Resolve TODOs in 041Max Reitz1-4/+2
2020-02-18iotests/041: Drop superfluous shutdownsMax Reitz1-11/+0
2020-02-18iotests: Add VM.assert_block_path()Max Reitz1-0/+59
2020-02-18iotests: Use complete_and_wait() in 155Max Reitz1-6/+1
2020-02-18iotests: Let 041 use -blockdev for quorum childrenMax Reitz1-1/+4
2020-02-18iotests: Test error handling policies with block-commitKevin Wolf2-2/+285
2020-02-18iotests: Test copy offloading with external data fileKevin Wolf2-0/+20
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-1/+1
2020-02-14Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell1-3/+14
2020-02-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell3-0/+0
2020-02-13virt/acpi: update golden masters for DSDT updateHeyi Guo4-3/+0
2020-02-13bios-tables-test: prepare to change ARM virt ACPI DSDTHeyi Guo1-0/+3
2020-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-02-13migration-test: fix some memleaks in migration-testPan Nengyuan1-2/+12
2020-02-13tests/migration: Add some slack to auto convergeDr. David Alan Gilbert1-1/+2
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini1-1/+1
2020-02-10Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-02-08' into sta...Peter Maydell1-1/+154
2020-02-10Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200207...Peter Maydell92-130/+302
2020-02-08tests/virtio-9p: added readdir testChristian Schoenebeck1-0/+152
2020-02-08tests/virtio-9p: add terminating null in v9fs_string_read()Christian Schoenebeck1-1/+2
2020-02-07drop "from __future__ import print_function"Paolo Bonzini13-13/+0
2020-02-07make all Python scripts executablePaolo Bonzini2-0/+0
2020-02-07tests/qemu-iotests/check: Only check for Python 3 interpreterPhilippe Mathieu-Daudé1-2/+1
2020-02-07tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)Philippe Mathieu-Daudé36-36/+36
2020-02-07tests/vm: Remove shebang headerPhilippe Mathieu-Daudé1-1/+0
2020-02-07tests/acceptance: Remove shebang headerPhilippe Mathieu-Daudé2-2/+0
2020-02-07tests: Explicit usage of Python 3Philippe Mathieu-Daudé8-8/+8
2020-02-07tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé35-35/+35
2020-02-07tests/qemu-iotests/check: Allow use of python3 interpreterPhilippe Mathieu-Daudé1-1/+2
2020-02-07tests/acceptance/migration: Default to -nodefaultsPhilippe Mathieu-Daudé1-1/+3
2020-02-07tests/acceptance/migration: Add the 'migration' tagPhilippe Mathieu-Daudé1-0/+3
2020-02-07tests/acceptance/migration: Test EXEC transport when migratingOksana Vohchana1-0/+10
2020-02-07tests/acceptance/migration: Test UNIX transport when migratingOksana Vohchana1-0/+6
2020-02-07tests/acceptance/migration: Factor out do_migrate()Oksana Vohchana1-6/+11
2020-02-07tests/acceptance/migration: Factor out assert_migration()Oksana Vohchana1-10/+11