aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-10-31tests/lcitool: Rename non-Debian specific helperAlex Bennée1-19/+19
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi34-1401/+1596
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi6-55/+83
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi2-7/+306
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-0/+3
2022-10-28tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...Bin Meng1-1/+10
2022-10-28tests/qtest: libqos: Do not build virtio-9p unconditionallyBin Meng1-2/+4
2022-10-28tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...Xuzhou Cheng1-0/+4
2022-10-28tests/qtest: libqtest: Introduce qtest_wait_qemu()Bin Meng2-25/+47
2022-10-28tests/qtest: Use EXIT_FAILURE instead of magic numberBin Meng2-3/+3
2022-10-28tests/qtest: device-plug-test: Reverse the usage of double/single quotesBin Meng1-8/+8
2022-10-28tests/qtest: Support libqtest to build and run on WindowsBin Meng1-2/+94
2022-10-28tests/qtest: Use send/recv for socket communicationXuzhou Cheng2-4/+6
2022-10-28tests: Add sndio to the FreeBSD CI containers / VMBrad Smith17-1272/+1288
2022-10-28tests/vm: update openbsd to release 7.2Brad Smith1-2/+5
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki1-75/+44
2022-10-28tests/qtest/cxl-test: Remove temporary directories after testingThomas Huth1-0/+3
2022-10-28tests/qtest/tpm: Clean up remainders of swtpmThomas Huth5-9/+26
2022-10-28tests/tcg/s390x: Add a test for the vistr instructionThomas Huth2-0/+49
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2-8/+8
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy1-6/+4
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy1-7/+17
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy1-0/+1
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy1-31/+49
2022-10-27block: Refactor get_tmp_filename()Bin Meng3-3/+4
2022-10-27crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé1-0/+299
2022-10-27crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé1-1/+2
2022-10-27tests: avoid DOS line endings in PSK fileDaniel P. Berrangé1-6/+5
2022-10-27tests/tcg/s390x: Test compiler flags only once, not every timeThomas Huth1-10/+17
2022-10-26blkio: add libblkio block driverStefan Hajnoczi1-0/+3
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi1-8/+8
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2-4/+4
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi4-1092/+1753
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck3-28/+64
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck3-27/+73
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck3-26/+73
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck3-35/+79
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck3-30/+78
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck3-7/+47
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck1-6/+3
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck3-15/+72
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck1-33/+10
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck3-14/+69
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck1-10/+11
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck3-11/+65
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck1-15/+7
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck3-10/+63
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck3-44/+88