aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)AuthorFilesLines
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen4-32/+97
2022-05-18tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMUDaniel P. Berrangé1-0/+17
2022-05-18tests/qtest: fix registration of ABRT handler for QEMU cleanupDaniel P. Berrangé1-2/+2
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson3-0/+199
2022-05-16tests: ensure migration status isn't reported as failedDaniel P. Berrangé3-3/+17
2022-05-16tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé1-0/+127
2022-05-16tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé1-4/+56
2022-05-16tests: convert multifd migration tests to use common helperDaniel P. Berrangé1-37/+40
2022-05-16tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé1-42/+25
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé2-3/+385
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé2-5/+163
2022-05-13qtest/cxl: Add more complex test cases with CFMWsBen Widawsky1-3/+5
2022-05-13tests/acpi: Add tables for CXL emulation.Jonathan Cameron1-2/+0
2022-05-13qtests/bios-tables-test: Add a test for CXL emulation.Jonathan Cameron1-0/+44
2022-05-13tests/acpi: q35: Allow addition of a CXL test.Jonathan Cameron1-0/+2
2022-05-13qtests/cxl: Add initial root port and CXL type3 testsJonathan Cameron1-0/+127
2022-05-13qtest/cxl: Introduce initial test for pxb-cxl only.Jonathan Cameron2-0/+26
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson13-35/+387
2022-05-12tests/qtest/fdc-test: Add a regression test for CVE-2021-3507Philippe Mathieu-Daudé1-0/+21
2022-05-12tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger4-4/+301
2022-05-12tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger6-0/+32
2022-05-12tests/qtest/libqos/pci: Introduce pio_limitEric Auger4-31/+54
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster2-6/+8
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+2
2022-05-09qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()Gavin Shan1-6/+12
2022-05-09qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()Gavin Shan1-1/+2
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-1/+3
2022-05-03Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson144-376/+435
2022-05-03tests: replace qemu_set_nonblock()Marc-André Lureau1-1/+3
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau1-1/+1
2022-05-03tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-2/+3
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau5-233/+289
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau139-138/+138
2022-05-03Use QEMU_SANITIZE_ADDRESSMarc-André Lureau1-1/+1
2022-05-02hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas2-1/+89
2022-05-02tests/qtest: Add test for Aspeed HACE accumulative modeSteven Lee1-0/+147
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini1-3/+2
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé1-9/+42
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé1-36/+21
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé1-0/+38
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé1-49/+49
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé1-78/+56
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé1-1/+4
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé1-2/+6
2022-04-21tests/fuzz: fix warningMarc-André Lureau1-2/+0
2022-04-21qtest: simplify socket_send()Marc-André Lureau1-14/+2
2022-04-20tests/qtest: properly initialise the vring used idxAlex Bennée1-0/+2
2022-04-20tests/qtest: Move the fuzz tests to x86 onlyThomas Huth6-43/+22
2022-04-20tests/qtest: Enable more tests for the "mipsel" targetThomas Huth2-11/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau31-34/+0