summaryrefslogtreecommitdiffstats
path: root/tests/qtest
Commit message (Expand)AuthorAgeFilesLines
* tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanupIgor Mammedov2022-11-071-0/+34
* tests: acpi: update expected blobsIgor Mammedov2022-11-071-21/+0Star
* tests: acpi: whitelist DSDT before generating ICH9_SMB AML automaticallyIgor Mammedov2022-11-071-0/+21
* tests: acpi: update expected DSDT after ISA bridge is moved directly under PC...Igor Mammedov2022-11-071-34/+0Star
* tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automaticallyIgor Mammedov2022-11-071-0/+34
* tests/acpi: virt: update ACPI MADT and FADT binariesMiguel Luis2022-11-071-6/+0Star
* tests/acpi: virt: allow acpi MADT and FADT changesMiguel Luis2022-11-071-0/+6
* test/acpi/bios-tables-test: SSDT: update golden master binariesRobert Hoo2022-11-021-2/+0Star
* tests/acpi: allow SSDT changesRobert Hoo2022-11-021-0/+2
* Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-3114-117/+237
|\
| * tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...Bin Meng2022-10-281-1/+10
| * tests/qtest: libqos: Do not build virtio-9p unconditionallyBin Meng2022-10-281-2/+4
| * tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...Xuzhou Cheng2022-10-281-0/+4
| * tests/qtest: libqtest: Introduce qtest_wait_qemu()Bin Meng2022-10-282-25/+47
| * tests/qtest: Use EXIT_FAILURE instead of magic numberBin Meng2022-10-282-3/+3
| * tests/qtest: device-plug-test: Reverse the usage of double/single quotesBin Meng2022-10-281-8/+8
| * tests/qtest: Support libqtest to build and run on WindowsBin Meng2022-10-281-2/+94
| * tests/qtest: Use send/recv for socket communicationXuzhou Cheng2022-10-282-4/+6
| * tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki2022-10-281-75/+44Star
| * tests/qtest/cxl-test: Remove temporary directories after testingThomas Huth2022-10-281-0/+3
| * tests/qtest/tpm: Clean up remainders of swtpmThomas Huth2022-10-285-9/+26
* | blkio: add libblkio block driverStefan Hajnoczi2022-10-261-0/+3
|/
* Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-252-4/+4
|\
| * tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warningBin Meng2022-10-221-2/+2
| * tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng2022-10-221-2/+2
* | tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck2022-10-241-11/+8Star
* | tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck2022-10-243-28/+64
* | tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck2022-10-243-27/+73
* | tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck2022-10-243-26/+73
* | tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck2022-10-243-35/+79
* | tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck2022-10-243-30/+78
* | tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck2022-10-243-7/+47
* | tests/9p: simplify callers of twrite()Christian Schoenebeck2022-10-241-6/+3Star
* | tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck2022-10-243-15/+72
* | tests/9p: simplify callers of tlopen()Christian Schoenebeck2022-10-241-33/+10Star
* | tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck2022-10-243-14/+69
* | tests/9p: simplify callers of treaddir()Christian Schoenebeck2022-10-241-10/+11
* | tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck2022-10-243-11/+65
* | tests/9p: simplify callers of tgetattr()Christian Schoenebeck2022-10-241-15/+7Star
* | tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck2022-10-243-10/+63
* | tests/9p: simplify callers of tattach()Christian Schoenebeck2022-10-241-11/+8Star
* | tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck2022-10-243-44/+88
* | tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck2022-10-243-27/+68
* | tests/9p: simplify callers of twalk()Christian Schoenebeck2022-10-241-60/+32Star
* | tests/9p: merge *walk*() functionsChristian Schoenebeck2022-10-243-140/+198
* | tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck2022-10-244-744/+849
|/
* Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-1317-131/+532
|\
| * 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