summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2016-09-05qemu-iotests: Log QMP traffic in debug modeKevin Wolf1-0/+5
2016-09-05qemu-iotests: add vmdk for test backup compression in 055Pavel Butsykin1-18/+39
2016-09-05qemu-iotests: test backup compression in 055Pavel Butsykin3-7/+104
2016-09-05block: Accept node-name for drive-mirrorKevin Wolf1-5/+3
2016-09-05block: Accept node-name for drive-backupKevin Wolf1-5/+2
2016-09-05block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf1-1/+1
2016-09-05block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf1-1/+1
2016-09-05block: Accept node-name for block-streamKevin Wolf1-1/+1
2016-08-15iotests: Test case for wrong runtime option typesMax Reitz3-0/+114
2016-08-08iotests: fix 109Vladimir Sementsov-Ogievskiy3-5/+11
2016-07-26iotest: fix python based IO testsDaniel P. Berrange1-20/+4
2016-07-22scripts: refactor the VM class in iotests for reuseDaniel P. Berrange1-131/+4
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev6-113/+3
2016-07-13iotests: Make 157 actually format-agnosticMax Reitz2-9/+10
2016-07-13qemu-iotests: Test naming of throttling groupsAlberto Garcia2-2/+100
2016-07-13qemu-iotests: Test setting WCE with qdevKevin Wolf3-0/+111
2016-07-04crypto: fix handling of iv generator hash defaultsDaniel P. Berrange2-0/+252
2016-06-28iotests: add small-granularity mirror testJohn Snow2-2/+32
2016-06-16iotests: Add test for oVirt-like storage migrationMax Reitz3-0/+223
2016-06-16iotests: Add test for post-mirror backing chainsMax Reitz3-0/+267
2016-06-16iotests: 095: Clean up QEMU before showing image infoFam Zheng1-0/+2
2016-06-16doc: Fix mailing list address in tests/qemu-iotests/READMEThomas Huth1-1/+2
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange1-10/+2
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake2-2/+2
2016-06-08qcow2: Catch more unaligned write_zero into zero clusterEric Blake1-4/+4
2016-06-08qemu-iotests: Test one more spot for optimizing write_zeroesEric Blake2-0/+77
2016-06-08block: split write_zeroes alwaysDenis V. Lunev1-6/+12
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven2-37/+1
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf2-29/+2
2016-05-19qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake1-11/+4
2016-05-19qemu-iotests: Simplify 109 with unaligned qemu-img compareEric Blake2-6/+0
2016-05-19qemu-iotests: Some more write_zeroes testsKevin Wolf3-0/+508
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf1-1/+2
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf5-274/+7
2016-05-12qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe1-1/+9
2016-05-12block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange10-11/+67
2016-05-12block: add support for encryption secrets in block I/O testsDaniel P. Berrange4-3/+16
2016-05-12block: add support for --image-opts in block I/O testsDaniel P. Berrange6-34/+77
2016-05-12qemu-io: Allow unaligned access by defaultEric Blake1-720/+1440
2016-05-12iotests: fix the redirection order in 083Wei Jiangang1-2/+2
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen1-0/+2
2016-04-20iotests: Test case for drive-mirror with unaligned image sizeFam Zheng3-0/+68
2016-04-20iotests: Add iotests.image_sizeFam Zheng1-0/+6
2016-04-20mirror: Don't extend the last sub-chunkFam Zheng1-22/+22
2016-04-15qemu-iotests: 041: More robust assertion on quorum nodeFam Zheng2-8/+18
2016-04-15qemu-iotests: place valgrind log file in scratch dirSascha Silbe1-1/+1
2016-04-15qemu-iotests: tests: do not set unused tmp variableSascha Silbe117-117/+0
2016-04-15qemu-iotests: common.rc: drop unused _do()Sascha Silbe1-46/+0
2016-04-15qemu-iotests: drop unused _within_tolerance() filterSascha Silbe1-101/+0
2016-04-15block: Fix blk_aio_write_zeroes()Kevin Wolf2-3/+87