aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy
2022-10-27block: Refactor get_tmp_filename()Bin Meng
2022-10-27crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé
2022-10-27crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé
2022-10-27tests: avoid DOS line endings in PSK fileDaniel P. Berrangé
2022-10-26blkio: add libblkio block driverStefan Hajnoczi
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck
2022-10-24tests/avocado/machine_aspeed.py: Fix typos on buildrootCédric Le Goater
2022-10-22tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warningBin Meng
2022-10-22tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini
2022-10-18tests/tcg: extend SSE tests to AVXPaolo Bonzini
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng