summaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)Author
2022-06-03tests/qtest: use g_autofree for test_server_create_chrAlex Bennée
2022-06-03qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_setMiaoqian Lin
2022-05-28tests: make libqmp buildable for win32Marc-André Lureau
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen
2022-05-18tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMUDaniel P. Berrangé
2022-05-18tests/qtest: fix registration of ABRT handler for QEMU cleanupDaniel P. Berrangé
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-16tests: ensure migration status isn't reported as failedDaniel P. Berrangé
2022-05-16tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé
2022-05-16tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-16tests: convert multifd migration tests to use common helperDaniel P. Berrangé
2022-05-16tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-13qtest/cxl: Add more complex test cases with CFMWsBen Widawsky
2022-05-13tests/acpi: Add tables for CXL emulation.Jonathan Cameron
2022-05-13qtests/bios-tables-test: Add a test for CXL emulation.Jonathan Cameron
2022-05-13tests/acpi: q35: Allow addition of a CXL test.Jonathan Cameron
2022-05-13qtests/cxl: Add initial root port and CXL type3 testsJonathan Cameron
2022-05-13qtest/cxl: Introduce initial test for pxb-cxl only.Jonathan Cameron
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-05-12tests/qtest/fdc-test: Add a regression test for CVE-2021-3507Philippe Mathieu-Daudé
2022-05-12tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger
2022-05-12tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger
2022-05-12tests/qtest/libqos/pci: Introduce pio_limitEric Auger
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-09qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()Gavin Shan
2022-05-09qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()Gavin Shan
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini
2022-05-03Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-05-03tests: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-05-03Use QEMU_SANITIZE_ADDRESSMarc-André Lureau
2022-05-02hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas
2022-05-02tests/qtest: Add test for Aspeed HACE accumulative modeSteven Lee
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé
2022-04-21tests/fuzz: fix warningMarc-André Lureau
2022-04-21qtest: simplify socket_send()Marc-André Lureau