summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-25-v2' into...Peter Maydell2019-02-283-19/+40
|\
| * iotests: avoid broken pipe with certtoolDaniel P. Berrangé2019-02-261-16/+32
| * iotests: ensure we print nbd server log on errorDaniel P. Berrangé2019-02-261-0/+3
| * iotests: handle TypeError for Python 3 in test 242Andrey Shinkevich2019-02-261-3/+5
* | iotests: Skip 211 on insufficient memoryMax Reitz2019-02-252-2/+7
* | iotests: add LUKS payload overhead to 178 qemu-img measure testStefan Hajnoczi2019-02-252-0/+32
* | iotests.py: s/_/-/g on keys in qmp_log()Max Reitz2019-02-258-138/+140
* | iotests: Let 045 be run concurrentlyMax Reitz2019-02-251-1/+1
* | iotests: Filter SSH pathsMax Reitz2019-02-251-0/+1
* | iotests.py: Filter filename in any string valueMax Reitz2019-02-251-1/+1
* | iotests.py: Add is_str()Max Reitz2019-02-251-0/+6
* | iotests: Fix 207 to use QMP filters for qmp_logMax Reitz2019-02-252-5/+9
* | iotests: Fix 232 for LUKSMax Reitz2019-02-251-0/+4
* | iotests: Remove superfluous rm from 232Max Reitz2019-02-251-1/+0Star
* | iotests: Fix 237 for Python 2.xMax Reitz2019-02-251-1/+1
* | iotests: Re-add filename filtersMax Reitz2019-02-255-10/+15
* | iotests: Test json:{} filenames of internal BDSsMax Reitz2019-02-253-0/+158
* | block: Purify .bdrv_refresh_filename()Max Reitz2019-02-252-5/+1Star
* | block: Generically refresh runtime optionsMax Reitz2019-02-253-5/+6
* | iotests: Add quorum case to test 110Max Reitz2019-02-252-0/+33
* | block: Use bdrv_dirname() for relative filenamesMax Reitz2019-02-252-2/+3
* | iotests: Add test for backing file overridesMax Reitz2019-02-253-0/+327
* | iotests.py: Add node_info()Max Reitz2019-02-251-0/+7
* | iotests.py: Add filter_imgfmt()Max Reitz2019-02-251-0/+10
* | block: Respect backing bs in bdrv_refresh_filenameMax Reitz2019-02-252-8/+8
|/
* dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake2019-02-192-0/+15
* qcow2: list of bitmaps new test 242Andrey Shinkevich2019-02-113-0/+271
* iotests/236: fix transaction kwarg orderJohn Snow2019-02-012-38/+39
* iotests: Filter second BLOCK_JOB_ERROR from 229Max Reitz2019-02-012-2/+5
* virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia2019-02-012-0/+42
* scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia2019-02-012-0/+34
* virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia2019-02-013-0/+108
* vmdk: Reject excess extents in blockdev-createKevin Wolf2019-02-012-7/+12
* iotests: Add VMDK tests for blockdev-createKevin Wolf2019-02-013-0/+581
* iotests: Filter cid numbers in VMDK extent infoFam Zheng2019-02-012-0/+2
* iotests: Make 234 stableMax Reitz2019-02-012-28/+38
* qemu-iotests: add test case for dmgyuchenlin2019-02-015-0/+65
* mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia2019-02-011-2/+2
* iotests: Allow 147 to be run concurrentlyMax Reitz2019-01-311-30/+68
* iotests: Bind qemu-nbd to localhost in 147Max Reitz2019-01-311-1/+1
* iotests.py: Add qemu_nbd_pipe()Max Reitz2019-01-311-0/+14
* iotests: add 238 for throttling tgm unregister iothread segfaultStefan Hajnoczi2019-01-243-0/+54
* iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake2019-01-214-6/+50
* iotests: Make 233 output more reliableEric Blake2019-01-212-4/+11
* qemu-nbd: Add --bitmap=NAME optionEric Blake2019-01-142-2/+28
* nbd: Allow bitmap export during QMP nbd-server-addEric Blake2019-01-142-15/+9Star
* nbd: Only require disabled bitmap for read-only exportsEric Blake2019-01-142-4/+9
* nbd: Forbid nbd-server-stop when server is not runningEric Blake2019-01-142-2/+2
* nbd: Add some error case testing to iotests 223Eric Blake2019-01-142-2/+24
* iotests: add iotest 236 for testing bitmap mergeJohn Snow2019-01-143-0/+513