aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)Author
2023-07-10tests/qtest: massively speed up migration-testDaniel P. Berrangé
2023-07-10tests/qtest/readconfig: Test the docs/config/q35-*.cfg filesThomas Huth
2023-07-10tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth
2023-07-10tests/qtest/readconfig-test: Allow testing for arbitrary memory sizesThomas Huth
2023-07-10tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_eTommy Wu
2023-07-07tests/qtest: Add xscom tests for powernv10 machineNicholas Piggin
2023-07-06tests/qtest: xlnx-canfd-test: Fix code coverity issuesVikram Garhwal
2023-07-03tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée
2023-06-30tests: Add migration switchover ack capability testAvihai Horon
2023-06-27tests: make dbus-display-test work on win32Marc-André Lureau
2023-06-27qtest: add qtest_pid()Marc-André Lureau
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-26tests/qtest/cxl-test: Clean up temporary directories after testingThomas Huth
2023-06-26tests/qtest: Fix a comment typo in vhost-user-test.cMilan Zamazal
2023-06-15test/qtest: add xepvh to skip list for qtestVikram Garhwal
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-06-06tests/qtest: Introduce tests for Xilinx VERSAL CANFD controllerVikram Garhwal
2023-06-05tests/qtest: Run ipmi-bt-test only if CONFIG_IPMI_EXTERN is setThomas Huth
2023-06-02qtest/migration: Document live=true casesPeter Xu
2023-06-02tests/qtest: make more migration pre-copy scenarios run non-liveDaniel P. Berrangé
2023-06-02tests/qtest: distinguish src/dst migration VM stop/resume eventsDaniel P. Berrangé
2023-06-02tests/qtest: capture RESUME events during migrationDaniel P. Berrangé
2023-06-02tests/qtest: replace wait_command() with qtest_qmp_assert_successDaniel P. Berrangé
2023-06-02tests/qtest: switch to using event callbacks for STOP eventDaniel P. Berrangé
2023-06-02tests/qtest: get rid of some 'qtest_qmp' usage in migration testDaniel P. Berrangé
2023-06-02tests/qtest: get rid of 'qmp_command' helper in migration testDaniel P. Berrangé
2023-06-02tests/qtest: add support for callback to receive QMP eventsDaniel P. Berrangé
2023-06-02tests/qtest: add various qtest_qmp_assert_success() variantsDaniel P. Berrangé
2023-05-30tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth
2023-05-26tests/qtest/ac97-test: add up-/downsampling testsVolker Rümelin
2023-05-26tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using themThomas Huth
2023-05-26tests/qtest/rtl8139-test: Check whether the rtl8139 device is availableThomas Huth
2023-05-26tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machineThomas Huth
2023-05-26tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is availableThomas Huth
2023-05-23tests/qtest/libqos/igb: Set GPIE.Multiple_MSIXAkihiko Odaki
2023-05-22tests/qtest/meson.build: Run the net filter tests only with default devicesThomas Huth
2023-05-22tests/qtest: Check for the availability of virtio-ccw devices before using themThomas Huth
2023-05-22tests/qtest/virtio-ccw-test: Remove superfluous testsThomas Huth
2023-05-22tests/qtest/cdrom-test: Fix the test to also work without optional devicesThomas Huth
2023-05-22tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not availableThomas Huth
2023-05-22tests/qtest/readconfig-test: Check for the availability of USB controllersThomas Huth
2023-05-19ACPI: bios-tables-test.c step 5 (update expected table binaries)Eric DeVolder
2023-05-19ACPI: bios-tables-test.c step 2 (allowed-diff entries)Eric DeVolder
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price
2023-05-19tests/qtest/cxl-test: whitespace, line ending cleanupGregory Price
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini
2023-05-16Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2023-05-16tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck