summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-3134-1401/+1596
|\
| * 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: Add sndio to the FreeBSD CI containers / VMBrad Smith2022-10-2817-1272/+1288
| * tests/vm: update openbsd to release 7.2Brad Smith2022-10-281-2/+5
| * 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
| * tests/tcg/s390x: Add a test for the vistr instructionThomas Huth2022-10-282-0/+49
| * tests/tcg/s390x: Test compiler flags only once, not every timeThomas Huth2022-10-271-10/+17
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-306-55/+83
|\ \
| * | block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-272-8/+8
| * | block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy2022-10-271-6/+4Star
| * | test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy2022-10-271-7/+17
| * | tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy2022-10-271-0/+1
| * | test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy2022-10-271-31/+49
| * | block: Refactor get_tmp_filename()Bin Meng2022-10-273-3/+4
| |/
* | Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi2022-10-302-7/+306
|\ \
| * | crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé2022-10-271-0/+299
| * | crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé2022-10-271-1/+2
| * | tests: avoid DOS line endings in PSK fileDaniel P. Berrangé2022-10-271-6/+5Star
* | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-301-0/+3
|\ \ \ | |_|/ |/| |
| * | blkio: add libblkio block driverStefan Hajnoczi2022-10-261-0/+3
* | | Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2022-10-261-8/+8
|\ \ \ | |/ / |/| |
| * | tests/avocado/machine_aspeed.py: Fix typos on buildrootCédric Le Goater2022-10-241-8/+8
* | | 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
| |/
* | Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi2022-10-244-1092/+1753
|\ \
| * | 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