summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * qemu-img: make is_allocated_sectors() more efficientVladimir Sementsov-Ogievskiy2022-01-141-6/+2Star
| * iotests: Test qemu-img convert of zeroed data clusterKevin Wolf2022-01-142-2/+9
| * iotests/308: Fix for CAP_DAC_OVERRIDEHanna Reitz2022-01-142-3/+24
| * iotests/stream-error-on-reset: New testHanna Reitz2022-01-142-0/+145
| * softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé2022-01-141-0/+19
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-01-142-4/+4
|\ \ | |/ |/|
| * aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-122-4/+4
* | meson: reenable filemonitor-inotify compilationVolker Rümelin2022-01-121-1/+1
* | meson: build all modules by defaultPaolo Bonzini2022-01-121-2/+1Star
* | tests/tcg: Fix target-specific Makefile variables path for user-modePhilippe Mathieu-Daudé2022-01-121-1/+1
|/
* tests: acpi: Add updated TPM related tablesStefan Berger2022-01-083-2/+0Star
* tests: acpi: prepare for updated TPM related tablesStefan Berger2022-01-081-0/+2
* tests: acpi: SLIC: update expected blobsIgor Mammedov2022-01-083-2/+0Star
* tests: acpi: add SLIC table testIgor Mammedov2022-01-081-0/+15
* tests: acpi: whitelist expected blobs before changing themIgor Mammedov2022-01-083-0/+2
* tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp filePhilippe Mathieu-Daudé2022-01-051-2/+4
* tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using itThomas Huth2022-01-051-3/+5
* tests/qtest/test-x86-cpuid-compat: Check for machines before using themThomas Huth2022-01-051-37/+48
* target/ppc: do not silence snan in xscvspdpnMatheus Ferst2022-01-043-4/+41
* Merge tag 'pull-misc-20220103' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-01-034-8/+98
|\
| * target/hppa: Fix atomic_store_3 for STBYRichard Henderson2021-12-312-0/+92
| * tests/tcg: Unconditionally use 90 second timeoutRichard Henderson2021-12-311-7/+5Star
| * tests/tcg: Use $cpu in configure.shRichard Henderson2021-12-311-1/+1
* | tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_initYanan Wang2021-12-311-14/+2Star
* | tests/unit/test-smp-parse: No need to explicitly zero MachineClass membersYanan Wang2021-12-311-10/+0Star
* | tests/unit/test-smp-parse: Add testcases for CPU clustersYanan Wang2021-12-311-7/+123
* | hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-311-4/+4
* | tests/unit/test-smp-parse: Constify some pointer/structPhilippe Mathieu-Daudé2021-12-311-6/+6
* | tests/unit/test-smp-parse: Simplify pointer to compound literal usePhilippe Mathieu-Daudé2021-12-311-33/+33
* | tests/unit/test-smp-parse: Add 'smp-generic-valid' machine typePhilippe Mathieu-Daudé2021-12-311-4/+15
* | tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine typePhilippe Mathieu-Daudé2021-12-311-9/+16
* | tests/unit/test-smp-parse: Add 'smp-with-dies' machine typePhilippe Mathieu-Daudé2021-12-311-7/+15
* | tests/unit/test-smp-parse: Split the 'generic' test in valid / invalidPhilippe Mathieu-Daudé2021-12-311-3/+18
* | tests/unit/test-smp-parse: Pass machine type as argument to testsPhilippe Mathieu-Daudé2021-12-311-6/+12
|/
* blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy2021-12-283-3/+4
* test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy2021-12-281-4/+8
* test-blockjob-txn: don't abuse job->blkVladimir Sementsov-Ogievskiy2021-12-281-9/+1Star
* Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-12-231-1/+1
|\
| * build: use "meson test" as the test harnessPaolo Bonzini2021-12-231-1/+1
* | Merge tag 'pull-nbd-2021-12-22-v2' of https://src.openvz.org/scm/~vsementsov/...Richard Henderson2021-12-233-13/+106
|\ \
| * | iotests: add nbd-reconnect-on-open testVladimir Sementsov-Ogievskiy2021-12-232-0/+82
| * | iotests.py: add qemu_io_popen()Vladimir Sementsov-Ogievskiy2021-12-231-0/+3
| * | iotests.py: add and use qemu_io_wrap_args()Vladimir Sementsov-Ogievskiy2021-12-231-10/+10
| * | iotests.py: add qemu_tool_popen()Vladimir Sementsov-Ogievskiy2021-12-231-3/+11
| |/
* | Merge tag 'pull-block-2021-12-22' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson2021-12-222-10/+80
|\ \
| * | iotests: check: multiprocessing supportVladimir Sementsov-Ogievskiy2021-12-222-9/+64
| * | iotests/testrunner.py: move updating last_elapsed to run_testsVladimir Sementsov-Ogievskiy2021-12-221-1/+3
| * | iotests/testrunner.py: add doc string for run_test()Vladimir Sementsov-Ogievskiy2021-12-221-0/+13
* | | tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary fileThomas Huth2021-12-221-3/+5
* | | tests/qtest/boot-order-test: Check whether machines are availableThomas Huth2021-12-221-0/+5