summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* 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
* iotests/244: Test preallocation for data-file-rawMax Reitz2021-03-302-0/+163
* qcow2: Force preallocation with data-file-rawMax Reitz2021-03-301-5/+4Star
* iotests/046: Filter request lengthMax Reitz2021-03-292-53/+54
* iotests/116: Fix reference outputMax Reitz2021-03-291-6/+6
* iotests: fix 051.out expected output after error text touchupsConnor Kuehl2021-03-291-3/+3
* iotests: Fix typo in iotest 051Tao Xu2021-03-292-3/+3
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-03-251-0/+10
|\
| * migrate-bitmaps-postcopy-test: check that we can't remove in-flight bitmapsVladimir Sementsov-Ogievskiy2021-03-241-0/+10
* | iotests: iothreads need ioeventfdLaurent Vivier2021-03-244-3/+24
* | iotests: test m68k with the virt machineLaurent Vivier2021-03-241-0/+1
* | iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"Laurent Vivier2021-03-2413-55/+19Star
|/
* fdc: Drop deprecated floppy configurationMarkus Armbruster2021-03-192-591/+2Star
* stream: Don't crash when node permission is deniedKevin Wolf2021-03-192-0/+30
* storage-daemon: Call job_cancel_sync_all() on shutdownKevin Wolf2021-03-192-0/+88
* block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé2021-03-181-5/+5
* block: remove 'dirty-bitmaps' field from 'BlockInfo' structDaniel P. Berrangé2021-03-186-9/+13
* block: remove dirty bitmaps 'status' fieldDaniel P. Berrangé2021-03-186-336/+167Star
* block: remove 'encryption_key_missing' flag from QAPIDaniel P. Berrangé2021-03-183-46/+23Star
* hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé2021-03-182-12/+0Star
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-182-12/+0Star
* migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé2021-03-181-1/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell2021-03-114-8/+16
|\
| * utils: Improve qemu_strtosz() to have 64 bits of precisionEric Blake2021-03-083-6/+14
| * nbd: server: Report holes for raw imagesNir Soffer2021-03-081-2/+2
* | blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl2021-03-081-3/+3
* | block: Clarify error messages pertaining to 'node-name'Connor Kuehl2021-03-0817-26/+26
* | iotests: add parallels-read-bitmap testVladimir Sementsov-Ogievskiy2021-03-084-0/+112
* | iotests.py: add unarchive_sample_image() helperVladimir Sementsov-Ogievskiy2021-03-081-0/+10
* | iotests: Fix up python style in 300Eric Blake2021-03-081-4/+6
* | iotests/283: Check that finalize drops backup-topMax Reitz2021-03-082-0/+68
* | iotests: Drop deprecated 'props' from object-addAlberto Garcia2021-03-089-29/+19Star
|/
* hw/block/fdc: Remove the check_media_rate propertyThomas Huth2021-02-201-35/+0Star
* tests/qemu-iotests: Remove test 259 from the "auto" groupThomas Huth2021-02-151-1/+1
* iotests: Consistent $IMGOPTS boundary matchingMax Reitz2021-02-151-1/+3
* Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...Peter Maydell2021-02-132-2/+95
|\
| * qemu-iotests: 300: Add test case for modifying persistence of bitmapPeter Krempa2021-02-122-2/+95
* | iotests/264: add backup-cancel test-caseVladimir Sementsov-Ogievskiy2021-02-122-9/+16
* | iotests/264: add mirror-cancel test-caseVladimir Sementsov-Ogievskiy2021-02-122-10/+32
* | iotests.py: qemu_nbd_popen: remove pid file after useVladimir Sementsov-Ogievskiy2021-02-121-1/+5
* | iotests/264: move to python unittestVladimir Sementsov-Ogievskiy2021-02-122-55/+58
* | iotests/210: Fix reference outputMax Reitz2021-02-121-1/+1
|/
* iotests: fix loading of common.config from tests/ subdirDaniel P. Berrangé2021-02-081-2/+8
* iotests: add support for capturing and matching QMP eventsDaniel P. Berrangé2021-02-081-1/+105