summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* tests: filter out TLS distinguished name in certificate checksDaniel P. Berrangé2021-08-093-3/+8
* qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake2021-07-212-2/+49
* qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake2021-07-212-20/+4Star
* iotests: Improve and rename test 291 to qemu-img-bitmapEric Blake2021-07-212-2/+68
* iotests/307: Test iothread conflict for exportsMax Reitz2021-07-202-0/+23
* block/mirror: fix active mirror dead-lock in mirror_wait_on_conflictsVladimir Sementsov-Ogievskiy2021-07-201-13/+5Star
* iotest 151: add test-case that shows active mirror dead-lockVladimir Sementsov-Ogievskiy2021-07-202-4/+62
* qemu-img: Make unallocated part of backing chain obvious in mapEric Blake2021-07-1215-686/+736
* iotests: Improve and rename test 309 to nbd-qemu-allocationEric Blake2021-07-122-2/+15
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-1023-83/+414
|\
| * block: Make blockdev-reopen stable APIAlberto Garcia2021-07-098-13/+13
| * iotests: Test reopening multiple devices at the same timeAlberto Garcia2021-07-092-2/+49
| * block: Support multiple reopening with x-blockdev-reopenAlberto Garcia2021-07-098-31/+44
| * qemu-img: Improve error for rebase without backing formatEric Blake2021-07-091-1/+1
| * qemu-img: Require -F with -b backing imageEric Blake2021-07-096-37/+22Star
| * qcow2: Prohibit backing file changes in 'qemu-img amend'Eric Blake2021-07-093-3/+9
| * iotests/fuse-allow-other: Test allow-otherMax Reitz2021-07-092-0/+256
| * iotests/308: Test +w on read-only FUSE exportsMax Reitz2021-07-092-0/+15
| * export/fuse: Add allow-other optionMax Reitz2021-07-092-2/+10
| * export/fuse: Pass default_permissions for mountMax Reitz2021-07-092-2/+3
* | block: Add backend_defaults propertyAkihiko Odaki2021-07-061-0/+38
|/
* block/ssh: add support for sha256 host key fingerprintsDaniel P. Berrangé2021-06-302-0/+79
* iotests: Test replacing files with x-blockdev-reopenAlberto Garcia2021-06-292-3/+117
* block: Allow changing bs->file on reopenAlberto Garcia2021-06-291-11/+12
* block: bdrv_reopen_parse_backing(): don't check frozen childVladimir Sementsov-Ogievskiy2021-06-291-4/+4
* block: BDRV_O_NO_IO for backing file on creationMax Reitz2021-06-292-2/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-06-023-3/+3
|\
| * block: improve permission conflict error messageVladimir Sementsov-Ogievskiy2021-06-023-3/+3
| * block: improve bdrv_child_get_parent_desc()Vladimir Sementsov-Ogievskiy2021-06-021-1/+1
| * block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy2021-06-021-1/+1
* | python: create qemu packagesJohn Snow2021-06-012-3/+3
* | iotests/297: add --namespace-packages to mypy argumentsJohn Snow2021-06-011-0/+1
* | Python: expose QEMUMachine's temporary directoryCleber Rosa2021-06-011-1/+1
|/
* qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito2021-05-143-43/+47
* qemu-iotests: fix case of SOCK_DIR already in the environmentPaolo Bonzini2021-05-141-1/+1
* qemu-iotests: let "check" spawn an arbitrary test commandPaolo Bonzini2021-05-143-3/+20
* qemu-iotests: move command line and environment handling from TestRunner to T...Paolo Bonzini2021-05-142-14/+17
* qemu-iotests: allow passing unittest.main arguments to the test scriptsPaolo Bonzini2021-05-141-5/+9
* qemu-iotests: do not buffer the test outputPaolo Bonzini2021-05-145-44/+56
* mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy2021-05-141-1/+1
* block/rbd: Add an escape-aware strchr helperConnor Kuehl2021-05-142-0/+7
* iotests/231: Update expected deprecation messageConnor Kuehl2021-05-141-3/+1Star
* block: Drop the sheepdog block driverMarkus Armbruster2021-05-124-12/+2Star
* block: refactor bdrv_node_check_perm()Vladimir Sementsov-Ogievskiy2021-04-301-1/+1
* block/backup-top: drop .activeVladimir Sementsov-Ogievskiy2021-04-301-1/+1
* block: add bdrv_attach_child_common() transaction actionVladimir Sementsov-Ogievskiy2021-04-301-1/+1
* block: use topological sort for permission updateVladimir Sementsov-Ogievskiy2021-04-301-1/+1
* iotests: Test mirror-top filter permissionsMax Reitz2021-04-092-0/+126
* iotests: add test for removing persistent bitmap from backing fileVladimir Sementsov-Ogievskiy2021-04-092-0/+75
* iotests/qsd-jobs: Filter events in the first testMax Reitz2021-04-092-11/+4Star