summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck2022-10-244-744/+849
* tests/tcg: extend SSE tests to AVXPaolo Bonzini2022-10-183-94/+112
* Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-132-24/+22Star
|\
| * tests/unit: make test-io-channel-command work on win32Marc-André Lureau2022-10-121-18/+19
| * tests/channel-helper: set blocking in main threadMarc-André Lureau2022-10-121-6/+3Star
* | Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-1322-134/+544
|\ \
| * | tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth2022-10-121-2/+4
| * | tests/qtest: libqtest: Install signal handler via signal()Bin Meng2022-10-121-11/+3Star
| * | tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng2022-10-121-4/+6
| * | qtest: start a VNC testMarc-André Lureau2022-10-122-1/+110
| * | tests/avocado: Add missing require_netdev('user') checksPeter Maydell2022-10-113-0/+8
| * | tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk2022-10-111-0/+18
| * | tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk2022-10-111-0/+107
| * | tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk2022-10-111-6/+4Star
| * | tests/x86: Fix comment typo in drive_del-testMichael Labiuk2022-10-111-1/+1
| * | tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk2022-10-111-1/+75
| * | tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk2022-10-111-0/+97
| * | tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk2022-10-111-70/+40Star
| * | tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk2022-10-111-0/+41
| * | tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk2022-10-115-31/+24Star
| * | tests/migration: remove the unused local variabledinglimin2022-10-111-1/+0Star
| * | qtest: "-display none" is set in qtest_init()Juan Quintela2022-10-117-11/+11
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-10-1244-20/+376
|\ \ \
| * | | tests: acpi: update expected blobsIgor Mammedov2022-10-0915-14/+0Star
| * | | tests: acpi: whitelist pc/q35 DSDT before moving _ADR fieldIgor Mammedov2022-10-091-0/+14
| * | | tests: acpi: update expected blobsIgor Mammedov2022-10-0915-14/+0Star
| * | | tests: acpi: whitelist pc/q35 DSDT before moving _ADR fieldIgor Mammedov2022-10-091-0/+14
| * | | tests: acpi: update expected blobsIgor Mammedov2022-10-0915-14/+0Star
| * | | tests: acpi: whitelist pc/q35 DSDT before switching _DSM to use ASUNIgor Mammedov2022-10-091-0/+14
| * | | tests: acpi: update expected blobsIgor Mammedov2022-10-0934-34/+0Star
| * | | tests: acpi: whitelist pc/q35 DSDT due to HPET AML moveIgor Mammedov2022-10-091-0/+34
| * | | tests: acpi: update expected blobs after HPET moveIgor Mammedov2022-10-0933-32/+0Star
| * | | tests: acpi: whitelist pc/q35 DSDT due to HPET AML moveIgor Mammedov2022-10-091-0/+32
| * | | qmp: add QMP command x-query-virtioLaurent Vivier2022-10-091-0/+1
| * | | tests/acpi: virt: update ACPI GTDT binariesMiguel Luis2022-10-094-3/+0Star
| * | | tests/acpi: virt: allow acpi GTDT changesMiguel Luis2022-10-091-0/+3
| * | | tests/qtest: enable tests for virtio-gpioAlex Bennée2022-10-075-1/+274
| * | | tests/qtest: add a get_features op to vhost-user-testAlex Bennée2022-10-071-10/+27
| * | | tests/qtest: implement stub for VHOST_USER_GET_CONFIGAlex Bennée2022-10-071-0/+13
| * | | tests/qtest: add assert to catch bad featuresAlex Bennée2022-10-071-0/+2
| * | | tests/qtest: plain g_assert for VHOST_USER_F_PROTOCOL_FEATURESAlex Bennée2022-10-071-2/+1Star
| * | | tests/qtest: catch unhandled vhost-user messagesAlex Bennée2022-10-071-0/+43
| * | | tests/qtest: use qos_printf instead of g_test_messageAlex Bennée2022-10-072-6/+12
| * | | tests/qtest: add a timeout for subprocess_run_one_testAlex Bennée2022-10-071-1/+1
| * | | tests/qtest: pass stdout/stderr down to subtestsAlex Bennée2022-10-071-1/+3
| | |/ | |/|
* | | job: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-2/+2
* | | job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-073-14/+11Star
* | | jobs: use job locks also in the unit testsEmanuele Giuseppe Esposito2022-10-074-83/+140
* | | test-coroutine: add missing coroutine_fn annotationsMarc-André Lureau2022-10-071-1/+1
|/ /
* | configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini2022-10-061-3/+0Star