summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | tests/qtest/cdrom-test: Check whether devices are available before using themThomas Huth2021-12-221-21/+39
* | | tests/qtest: Improve endianness-test to work with missing machines and devicesThomas Huth2021-12-221-1/+4
* | | tests/qtest: Add a function that checks whether a device is availableThomas Huth2021-12-222-0/+52
* | | tests/qtest: Make the filter tests independent from a specific NICThomas Huth2021-12-224-40/+38Star
* | | tests/qtest/boot-serial-test: Silence the warning about deprecated sga deviceThomas Huth2021-12-221-5/+5
|/ /
* | tests: start dbus-display-testMarc-André Lureau2021-12-212-0/+265
* | tests/qtests: add qtest_qmp_add_client()Marc-André Lureau2021-12-212-0/+29
* | backends: move dbus-vmstate1.xml to backends/Marc-André Lureau2021-12-212-13/+1Star
|/
* tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521Philippe Mathieu-Daudé2021-12-181-0/+30
* meson: reenable test-fdmon-epollPaolo Bonzini2021-12-181-1/+1
* configure: unify ppc64 and ppc64lePaolo Bonzini2021-12-181-1/+3
* Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Richard Henderson2021-12-172-4/+4
|\
| * tests/qtest: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2021-12-172-4/+4
* | Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson2021-12-174-4/+64
|\ \ | |/ |/|
| * ivshmem-test.c: enable test_ivshmem_server for ppc64 archDaniel Henrique Barboza2021-12-171-4/+1Star