aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy1-0/+15
2017-10-26iotests: Add cluster_size=64k to 125Max Reitz2-50/+437
2017-10-26iotests: Filter actual image size in 184 and 191Max Reitz4-29/+30
2017-10-26iotests: Pull _filter_actual_image_size from 67/87Max Reitz3-2/+8
2017-10-26iotests: Add test for dataplane mirroringMax Reitz3-0/+112
2017-10-26qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake2-7/+24
2017-10-26qemu-img: Drop redundant error message in compareEric Blake1-2/+0
2017-10-26qemu-iotests: Test backing_fmt with backing node referenceKevin Wolf2-2/+3
2017-10-12nbd: rename some simple-request related objects to be _simple_Vladimir Sementsov-Ogievskiy1-2/+2
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost1-2/+0
2017-10-11iotests: Set up Python loggingEduardo Habkost1-0/+3
2017-10-06iotests: Fix 195 if IMGFMT is part of TEST_DIRMax Reitz1-3/+4
2017-10-06iotests: Add test 197 for covering copy-on-readEric Blake4-0/+137
2017-10-06iotests: Restore stty settings on completionEric Blake1-0/+10
2017-10-06commit: Remove overlay_bsKevin Wolf1-4/+0
2017-10-06qemu-iotests: Test commit block job where top has two parentsKevin Wolf3-0/+981
2017-10-06qemu-iotests: Allow QMP pretty printing in common.qemuKevin Wolf1-3/+11
2017-10-06qemu-iotests: merge "check" and "common"Paolo Bonzini2-554/+531
2017-10-06qemu-iotests: get rid of $iamPaolo Bonzini2-5/+2
2017-10-06qemu-iotests: fix uninitialized variablePaolo Bonzini2-2/+2
2017-10-06qemu-iotests: disintegrate more parts of common.configPaolo Bonzini4-49/+50
2017-10-06qemu-iotests: do not include common.rc in "check"Paolo Bonzini2-14/+5
2017-10-06qemu-iotests: limit non-_PROG-suffixed variables to common.rcPaolo Bonzini5-75/+75
2017-10-06qemu-iotests: cleanup and fix search for programsPaolo Bonzini3-106/+73
2017-10-06qemu-iotests: move "check" code out of common.rcPaolo Bonzini3-41/+36
2017-10-06qemu-iotests: get rid of AWK_PROGPaolo Bonzini3-6/+3
2017-10-06qemu-iotests: remove dead codePaolo Bonzini4-145/+0
2017-10-06qcow2: Switch store_bitmap_data() to byte-based iterationEric Blake1-1/+1
2017-09-26qemu-iotests: add shrinking image testPavel Butsykin3-0/+176
2017-09-26qemu-img: add --shrink flag for resizePavel Butsykin2-3/+3
2017-09-26iotests: fix 181: enable postcopy-ram capability on targetVladimir Sementsov-Ogievskiy2-1/+2
2017-09-26qemu-iotests: Test change-backing-file commandKevin Wolf3-0/+171
2017-09-26qemu-io: Drop write permissions before read-only reopenKevin Wolf1-1/+1
2017-09-26iotests: Print full path of bad output if mismatchFam Zheng1-1/+1
2017-09-26iotests: use virtio aliases for 067Cornelia Huck2-2/+2
2017-09-26iotests: use -ccw on s390x for 051Cornelia Huck3-3/+13
2017-09-26iotests: use -ccw on s390x for 040, 139, and 182Cornelia Huck3-5/+26
2017-09-26qemu-iotests: Add missing -machine accel=qtestKevin Wolf2-4/+4
2017-09-18hw/block/fdc: Convert to realizeMao Zhongyi1-8/+0
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi1-8/+2
2017-09-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...Peter Maydell4-12/+24
2017-09-07Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170906a'...Peter Maydell2-1/+5
2017-09-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-0/+508
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake1-4/+4
2017-09-06snapshot/tests: Try loadvm twiceDr. David Alan Gilbert2-1/+5
2017-09-06qemu-iotests: add 184 for throttle filter driverManos Pitsidianakis3-0/+508
2017-09-05iotests: blacklist 194 with the luks driverDaniel P. Berrange2-1/+4
2017-09-05iotests: rewrite 192 to use _launch_qemu to fix LUKS supportDaniel P. Berrange1-7/+16
2017-09-05qemu-iotests: use context managers for resource cleanup in 194Stefan Hajnoczi1-52/+51
2017-09-05iotests.py: add FilePath context managerStefan Hajnoczi1-0/+26