summary refs log tree commit diff stats
path: root/tests/qtest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tests/qtest: Add xscom tests for powernv10 machineNicholas Piggin2023-07-071-9/+36
* tests/qtest: xlnx-canfd-test: Fix code coverity issuesVikram Garhwal2023-07-061-22/+11
* tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée2023-07-031-10/+3
* tests: Add migration switchover ack capability testAvihai Horon2023-06-301-0/+31
* tests: make dbus-display-test work on win32Marc-André Lureau2023-06-272-4/+41
* qtest: add qtest_pid()Marc-André Lureau2023-06-272-0/+14
* accel/tcg: remove CONFIG_PROFILERFei Wu2023-06-261-3/+0
* tests/qtest/cxl-test: Clean up temporary directories after testingThomas Huth2023-06-261-0/+2
* tests/qtest: Fix a comment typo in vhost-user-test.cMilan Zamazal2023-06-261-1/+1
* test/qtest: add xepvh to skip list for qtestVikram Garhwal2023-06-151-1/+2
* Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson2023-06-062-0/+424
|\
| * tests/qtest: Introduce tests for Xilinx VERSAL CANFD controllerVikram Garhwal2023-06-062-0/+424
* | tests/qtest: Run ipmi-bt-test only if CONFIG_IPMI_EXTERN is setThomas Huth2023-06-051-1/+2
|/
* qtest/migration: Document live=true casesPeter Xu2023-06-021-6/+31
* tests/qtest: make more migration pre-copy scenarios run non-liveDaniel P. Berrangé2023-06-021-15/+66
* tests/qtest: distinguish src/dst migration VM stop/resume eventsDaniel P. Berrangé2023-06-021-13/+13
* tests/qtest: capture RESUME events during migrationDaniel P. Berrangé2023-06-023-0/+20
* tests/qtest: replace wait_command() with qtest_qmp_assert_successDaniel P. Berrangé2023-06-023-157/+74
* tests/qtest: switch to using event callbacks for STOP eventDaniel P. Berrangé2023-06-023-11/+15
* tests/qtest: get rid of some 'qtest_qmp' usage in migration testDaniel P. Berrangé2023-06-022-39/+21
* tests/qtest: get rid of 'qmp_command' helper in migration testDaniel P. Berrangé2023-06-023-39/+15
* tests/qtest: add support for callback to receive QMP eventsDaniel P. Berrangé2023-06-022-4/+57
* tests/qtest: add various qtest_qmp_assert_success() variantsDaniel P. Berrangé2023-06-022-7/+205
* tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth2023-05-301-3/+4
* target/ppc: Add POWER9 DD2.2 modelNicholas Piggin2023-05-281-2/+2
* hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth2023-05-261-0/+33
* tests/qtest/ac97-test: add up-/downsampling testsVolker Rümelin2023-05-261-1/+39
* tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using themThomas Huth2023-05-261-0/+5
* tests/qtest/rtl8139-test: Check whether the rtl8139 device is availableThomas Huth2023-05-261-0/+4
* tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machineThomas Huth2023-05-262-2/+6
* tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is availableThomas Huth2023-05-261-1/+3
* tests/qtest/libqos/igb: Set GPIE.Multiple_MSIXAkihiko Odaki2023-05-231-0/+1
* tests/qtest/meson.build: Run the net filter tests only with default devicesThomas Huth2023-05-221-6/+6
* tests/qtest: Check for the availability of virtio-ccw devices before using themThomas Huth2023-05-222-8/+21
* tests/qtest/virtio-ccw-test: Remove superfluous testsThomas Huth2023-05-221-23/+0
* tests/qtest/cdrom-test: Fix the test to also work without optional devicesThomas Huth2023-05-221-3/+13
* tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not availableThomas Huth2023-05-221-0/+5
* tests/qtest/readconfig-test: Check for the availability of USB controllersThomas Huth2023-05-221-1/+4
* ACPI: bios-tables-test.c step 5 (update expected table binaries)Eric DeVolder2023-05-191-14/+0
* ACPI: bios-tables-test.c step 2 (allowed-diff entries)Eric DeVolder2023-05-191-0/+14
* hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price2023-05-192-14/+70
* tests/qtest/cxl-test: whitespace, line ending cleanupGregory Price2023-05-191-38/+46
* configure, meson: move --enable-modules to MesonPaolo Bonzini2023-05-181-1/+1
* Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2023-05-161-0/+5
|\
| * tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck2023-05-161-0/+5
* | tests/lcitool: Add mtools and xorriso and remove genisoimage as dependenciesAni Sinha2023-05-161-7/+7
* | tests/qtest: replace qmp_discard_response with qtest_qmp_assert_successDaniel P. Berrangé2023-05-168-57/+40
* | net: stream: test reconnect option with an unix socketLaurent Vivier2023-05-161-21/+18
|/
* tests/qtest: Don't run cdrom boot tests if no accelerator is presentFabiano Rosas2023-05-121-0/+10
* qtest/migration-test.c: Add postcopy tests with compress enabledLukas Straub2023-05-081-30/+55