aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2023-10-17iotests: use the correct python to run lintersJohn Snow1-1/+1
2023-10-17iotests: get rid of '..' in path environment outputJohn Snow1-1/+1
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy43-1453/+981
2023-10-12iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy1-2/+1
2023-10-12iotests: drop some extra ** in qmp() callVladimir Sementsov-Ogievskiy10-56/+54
2023-10-12iotests: drop some extra semicolonsVladimir Sementsov-Ogievskiy2-2/+2
2023-10-12iotests: refactor some common qmp result checks into generic patternVladimir Sementsov-Ogievskiy5-7/+10
2023-10-12iotests: add some missed checks of qmp resultVladimir Sementsov-Ogievskiy4-0/+6
2023-10-12iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy1-1/+6
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2-35/+35
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy1-1/+1
2023-10-11Python/iotests: Add type hint for nbd moduleJohn Snow1-1/+3
2023-10-11python/machine: remove unused sock_dir argumentJohn Snow2-3/+2
2023-10-05nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake3-12/+12
2023-10-05nbd/client: Request extended headers during negotiationEric Blake5-0/+19
2023-10-04build: Remove --enable-gprofRichard Henderson1-1/+1
2023-09-22iotests: improve 'not run' message for nbd-multiconn testDenis V. Lunev1-1/+1
2023-09-22iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_fileDenis V. Lunev1-2/+7
2023-09-21Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...Stefan Hajnoczi4-12/+241
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi15-737/+737
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2-0/+152
2023-09-21tests: extend test 131 to cover availability of the write-zeroesDenis V. Lunev2-0/+43
2023-09-21tests: extend test 131 to cover availability of the discard operationDenis V. Lunev2-0/+69
2023-09-21tests: test self-cure of parallels image with duplicated clustersDenis V. Lunev2-0/+67
2023-09-21tests: fix broken deduplication check in parallels format testDenis V. Lunev2-8/+22
2023-09-21parallels: add test which will validate data_off fixes through repairDenis V. Lunev2-0/+35
2023-09-21tests: ensure that image validation will not cure the corruptionDenis V. Lunev1-4/+5
2023-09-20qemu-img: map: report compressed data blocksAndrey Drobyshev via14-734/+734
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf1-3/+3
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi6-7/+37
2023-09-08qemu-img: omit errno value in error messageMichael Tokarev3-7/+7
2023-09-08iotests: adapt test output for new qemu_cleanup() behaviorFiona Ebner3-0/+30
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi11-15/+15
2023-09-08docs tests: Fix use of migrate_set_parameterMarkus Armbruster1-1/+1
2023-09-08tests/: spelling fixesMichael Tokarev10-14/+14
2023-09-07qemu-iotests/197: use more generic commands for formats other than qcow2Andrey Drobyshev2-14/+12
2023-09-06iotests: Add test for data_off checkAlexander Ivanov2-0/+25
2023-09-06iotests: Fix test 131 after repair was added to parallels_open()Alexander Ivanov2-17/+4
2023-09-06iotests: Fix cluster size in parallels images tests (131)Alexander Ivanov2-23/+26
2023-09-06iotests: Refactor tests of parallels images checks (131)Alexander Ivanov1-13/+16
2023-09-06iotests: Add test for BAT entries duplication checkAlexander Ivanov2-0/+63
2023-09-06iotests: Add leak check test for parallels formatAlexander Ivanov2-0/+49
2023-09-06iotests: Add out-of-image check test for parallels formatAlexander Ivanov2-0/+83
2023-08-30tests/qemu-iotests/197: add testcase for CoR with subclustersAndrey Drobyshev2-0/+53
2023-08-29tests/file-io-error: New testHanna Czenczek2-0/+152
2023-06-28iotests: Test active commit with iothread and background I/OKevin Wolf2-0/+108
2023-06-07iotests: fix 194: filter out racy postcopy-active eventVladimir Sementsov-Ogievskiy2-1/+5
2023-06-05iotests/iov-padding: New testHanna Czenczek2-0/+144
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake3-9/+4
2023-06-02iotests: Fix test 104 under NBDEric Blake2-4/+3