aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)Author
2024-03-27iotests: add test for stream job with an unaligned prefetch readFiona Ebner
2024-03-19iotests: Add test for reset/AioContext switches with NBD exportsKevin Wolf
2024-02-16iotests: Make 144 deterministic againKevin Wolf
2024-02-12iotests: give tempdir an identifying nameDaniel P. Berrangé
2024-02-12iotests: fix leak of tmpdir in dry-run modeDaniel P. Berrangé
2024-01-26monitor: only run coroutine commands in qemu_aio_contextStefan Hajnoczi
2024-01-26iotests: port 141 to Python for reliable QMP testingStefan Hajnoczi
2024-01-26iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi
2023-12-22iotests: Basic tests for internal snapshotsKevin Wolf
2023-12-04tests/qemu-iotests/149: Use more inclusive language in this testThomas Huth
2023-11-28vmdk: Don't corrupt desc file in vmdk_write_cidFam Zheng
2023-11-28iotests: fix default machine type detectionAndrey Drobyshev
2023-11-21iotests: Test two stream jobs in a single iothreadKevin Wolf
2023-11-01Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-10-31iotests: add test for changing mirror's copy_modeFiona Ebner
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner
2023-10-31iotests: Test media change with iothreadsKevin Wolf
2023-10-31iotests: add tests for "qemu-img rebase" with compressionAndrey Drobyshev
2023-10-31iotests/{024, 271}: add testcases for qemu-img rebaseAndrey Drobyshev
2023-10-31qemu-iotests: 024: add rebasing test case for overlay_size > backing_sizeAndrey Drobyshev
2023-10-31qemu-iotests: Filter warnings about block migration being deprecatedJuan Quintela
2023-10-17iotests: use the correct python to run lintersJohn Snow
2023-10-17iotests: get rid of '..' in path environment outputJohn Snow
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy
2023-10-12iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy
2023-10-12iotests: drop some extra ** in qmp() callVladimir Sementsov-Ogievskiy
2023-10-12iotests: drop some extra semicolonsVladimir Sementsov-Ogievskiy
2023-10-12iotests: refactor some common qmp result checks into generic patternVladimir Sementsov-Ogievskiy
2023-10-12iotests: add some missed checks of qmp resultVladimir Sementsov-Ogievskiy
2023-10-12iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy
2023-10-11Python/iotests: Add type hint for nbd moduleJohn Snow
2023-10-11python/machine: remove unused sock_dir argumentJohn Snow
2023-10-05nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake
2023-10-05nbd/client: Request extended headers during negotiationEric Blake
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-09-22iotests: improve 'not run' message for nbd-multiconn testDenis V. Lunev
2023-09-22iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_fileDenis V. Lunev
2023-09-21Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...Stefan Hajnoczi
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-21tests: extend test 131 to cover availability of the write-zeroesDenis V. Lunev
2023-09-21tests: extend test 131 to cover availability of the discard operationDenis V. Lunev
2023-09-21tests: test self-cure of parallels image with duplicated clustersDenis V. Lunev
2023-09-21tests: fix broken deduplication check in parallels format testDenis V. Lunev
2023-09-21parallels: add test which will validate data_off fixes through repairDenis V. Lunev
2023-09-21tests: ensure that image validation will not cure the corruptionDenis V. Lunev
2023-09-20qemu-img: map: report compressed data blocksAndrey Drobyshev via
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf