summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2017-04-11block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng1-5/+5
2017-04-07iotests: Add mirror tests for orphaned sourceMax Reitz3-2/+63
2017-04-03iotests: Improve image-clear tests on non-aligned imageEric Blake4-36/+108
2017-04-03iotests: fix 097 when run with qcowDaniel P. Berrange5-130/+251
2017-04-03nbd: Tidy up blockdev-add interfaceMarkus Armbruster1-8/+17
2017-03-28block: Declare blockdev-add and blockdev-del supportedMarkus Armbruster3-7/+7
2017-03-13block: Drop unmaintained 'archipelago' driverEric Blake4-18/+2
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf1-1/+1
2017-02-28mirror: Use real permissions in mirror/active commit block jobKevin Wolf2-3/+3
2017-02-28backup: Use real permissions in backup block jobKevin Wolf1-4/+7
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf1-0/+53
2017-02-28hw/block: Request permissionsKevin Wolf1-3/+3
2017-02-28option: Tweak invalid size error message and unbreak iotest 049Markus Armbruster1-5/+9
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf2-4/+4
2017-02-24iotests: Fix another race in 030John Snow1-1/+4
2017-02-24qemu-img: Add tests for raw image preallocationNir Soffer3-0/+80
2017-02-24qemu-iotests: redirect nbd server stdout to /dev/nullJeff Cody1-1/+1
2017-02-24qemu-iotests: add ability to exclude certain protocols from testsJeff Cody1-0/+12
2017-02-24qemu-iotests: Test 137 only supports 'file' protocolJeff Cody1-1/+1
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster1-4/+8
2017-02-12qemu-io: Add failure regression testsNir Soffer3-0/+67
2017-02-12qemu-iotests: Add _unsupported_fmt helperNir Soffer1-0/+11
2017-02-12qemu-io: Return non-zero exit code on failureNir Soffer12-82/+0
2017-02-12qemu-iotest: test to lookup protocol-based image with relative backingJeff Cody3-0/+110
2017-02-12qemu-iotests: Don't create fifos / pidfiles with protocol pathsJeff Cody3-10/+12
2017-02-12iotests: record separate timings per format,protocol pairDaniel P. Berrange3-7/+9
2017-02-12iotests: Fix reference output for 059Fam Zheng1-1/+1
2017-02-12iotests: Fix a problem in common.filterQingFeng Hao1-1/+1
2017-01-09blkverify: Implement bdrv_co_preadv/pwritev/flushKevin Wolf1-4/+4
2016-12-06qcow2: Don't strand clusters near 2G intervals during commitEric Blake2-82/+208
2016-11-14qemu-iotests: avoid spurious failure on test 109Paolo Bonzini1-0/+3
2016-11-14iotests: add transactional failure race testJohn Snow2-20/+37
2016-11-11iotests: Always use -machine accel=qtestMax Reitz2-8/+6
2016-11-11iotests: Skip test 162 if there is no SSH supportMax Reitz1-0/+3
2016-11-08block: Don't mark node clean after failed flushKevin Wolf3-0/+46
2016-10-31qemu-iotests: test 'offset' and 'size' options in raw driverTomáš Golembiovský3-0/+526
2016-10-31qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia2-2/+39
2016-10-31qemu-iotests: Test streaming to a Quorum childAlberto Garcia2-2/+58
2016-10-31qemu-iotests: Add iotests.supports_quorum()Alberto Garcia3-17/+18
2016-10-31qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia2-2/+32
2016-10-31qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia2-2/+91
2016-10-31qemu-iotests: Test block-stream operations in parallelAlberto Garcia2-2/+82
2016-10-31qemu-iotests: Test streaming to an intermediate layerAlberto Garcia2-3/+22
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-0/+1417
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf3-0/+1417
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz3-0/+201
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz1-0/+20
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz1-11/+18
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz1-2/+4
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz1-0/+8