summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qtest/cxl: Add more complex test cases with CFMWsBen Widawsky2022-05-131-3/+5
* tests/acpi: Add tables for CXL emulation.Jonathan Cameron2022-05-133-2/+0Star
* qtests/bios-tables-test: Add a test for CXL emulation.Jonathan Cameron2022-05-131-0/+44
* tests/acpi: q35: Allow addition of a CXL test.Jonathan Cameron2022-05-133-0/+2
* qtests/cxl: Add initial root port and CXL type3 testsJonathan Cameron2022-05-131-0/+127
* qtest/cxl: Introduce initial test for pxb-cxl only.Jonathan Cameron2022-05-132-0/+26
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-05-1213-35/+387
|\
| * tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger2022-05-124-4/+301
| * tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger2022-05-126-0/+32
| * tests/qtest/libqos/pci: Introduce pio_limitEric Auger2022-05-124-31/+54
* | qemu-iotests: inline common.config into common.rcPaolo Bonzini2022-05-122-53/+19Star
* | nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake2022-05-123-1/+151
* | tests/qtest/fdc-test: Add a regression test for CVE-2021-3507Philippe Mathieu-Daudé2022-05-121-0/+21
* | tests/qemu-iotests: print intent to run a test in TAP modeDaniel P. Berrangé2022-05-121-0/+3
* | iotests/testrunner: Flush after run_test()Hanna Reitz2022-05-121-0/+1
|/
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-112-6/+8
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+2Star
* Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-05-091-6/+13
|\
| * qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()Gavin Shan2022-05-091-6/+12
| * qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()Gavin Shan2022-05-091-1/+2
* | tests/vm: update openbsd to release 7.1Brad Smith2022-05-091-2/+2
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-05-072-2/+4
|\
| * meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-071-1/+3
| * meson: create have_vhost_* variablesPaolo Bonzini2022-05-071-1/+1
* | tests/tcg/xtensa: fix vectors and checks in timer testMax Filippov2022-05-071-7/+41
* | tests/tcg/xtensa: enable mmu tests for MMUv3Max Filippov2022-05-071-79/+103
* | tests/tcg/xtensa: enable autorefill phys_mem tests for MMUv3Max Filippov2022-05-071-1/+9
* | tests/tcg/xtensa: remove dependency on the loop optionMax Filippov2022-05-071-10/+10
* | tests/tcg/xtensa: fix watchpoint testMax Filippov2022-05-071-40/+46
* | tests/tcg/xtensa: restore vecbase SR after testMax Filippov2022-05-071-0/+2
* | tests/tcg/xtensa: fix build for cores without windowed registersMax Filippov2022-05-071-0/+2
|/
* Merge tag 'pull-target-arm-20220505' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-05-052-3/+45
|\
| * target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson2022-05-052-3/+45
* | Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson2022-05-044-0/+180
|\ \ | |/ |/|
| * iotests/reopen-file: Test reopening file childHanna Reitz2022-05-042-0/+94
| * iotests: Add regression test for issue 945Hanna Reitz2022-05-042-0/+86
* | tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.cIlya Leoshkevich2022-05-041-2/+2
* | tests/tcg/s390x: Tests for Vector Enhancements Facility 2David Miller2022-05-045-0/+347
|/
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-05-03150-386/+445
|\
| * util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-032-5/+5
| * tests: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-1/+3
| * Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-032-3/+3
| * tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau2022-05-032-3/+4
| * libqtest: split QMP part in libqmpMarc-André Lureau2022-05-036-234/+290
| * tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-03140-139/+139
| * Use QEMU_SANITIZE_ADDRESSMarc-André Lureau2022-05-031-1/+1
* | hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas2022-05-022-1/+89
* | tests/qtest: Add test for Aspeed HACE accumulative modeSteven Lee2022-05-021-0/+147
* | test/avocado/machine_aspeed.py: Add ast1030 test caseJamin Lin2022-05-021-0/+36
|/
* meson, configure: move libgio test to mesonPaolo Bonzini2022-04-281-3/+2Star