summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* qemu-iotests: Log QMP traffic in debug modeKevin Wolf2016-09-051-0/+5
* qemu-iotests: add vmdk for test backup compression in 055Pavel Butsykin2016-09-051-18/+39
* qemu-iotests: test backup compression in 055Pavel Butsykin2016-09-053-7/+104
* block: Accept node-name for drive-mirrorKevin Wolf2016-09-051-5/+3Star
* block: Accept node-name for drive-backupKevin Wolf2016-09-051-5/+2Star
* block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf2016-09-051-1/+1
* block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf2016-09-051-1/+1
* block: Accept node-name for block-streamKevin Wolf2016-09-051-1/+1
* iotests: Test case for wrong runtime option typesMax Reitz2016-08-153-0/+114
* iotests: fix 109Vladimir Sementsov-Ogievskiy2016-08-083-5/+11
* iotest: fix python based IO testsDaniel P. Berrange2016-07-261-20/+4Star
* scripts: refactor the VM class in iotests for reuseDaniel P. Berrange2016-07-221-131/+4Star
* block: ignore flush requests when storage is cleanEvgeny Yakovlev2016-07-196-113/+3Star
* iotests: Make 157 actually format-agnosticMax Reitz2016-07-132-9/+10
* qemu-iotests: Test naming of throttling groupsAlberto Garcia2016-07-132-2/+100
* qemu-iotests: Test setting WCE with qdevKevin Wolf2016-07-133-0/+111
* crypto: fix handling of iv generator hash defaultsDaniel P. Berrange2016-07-042-0/+252
* iotests: add small-granularity mirror testJohn Snow2016-06-292-2/+32
* iotests: Add test for oVirt-like storage migrationMax Reitz2016-06-163-0/+223
* iotests: Add test for post-mirror backing chainsMax Reitz2016-06-163-0/+267
* iotests: 095: Clean up QEMU before showing image infoFam Zheng2016-06-161-0/+2
* doc: Fix mailing list address in tests/qemu-iotests/READMEThomas Huth2016-06-161-1/+2
* block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange2016-06-161-10/+2Star
* block: Switch bdrv_write_zeroes() to byte interfaceEric Blake2016-06-082-2/+2
* qcow2: Catch more unaligned write_zero into zero clusterEric Blake2016-06-081-4/+4
* qemu-iotests: Test one more spot for optimizing write_zeroesEric Blake2016-06-082-0/+77
* block: split write_zeroes alwaysDenis V. Lunev2016-06-081-6/+12
* block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven2016-06-072-37/+1Star
* mirror: Allow target that already has a BlockBackendKevin Wolf2016-05-252-29/+2Star
* qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake2016-05-191-11/+4Star
* qemu-iotests: Simplify 109 with unaligned qemu-img compareEric Blake2016-05-192-6/+0Star
* qemu-iotests: Some more write_zeroes testsKevin Wolf2016-05-193-0/+508
* block: Don't return throttling info in query-named-block-nodesKevin Wolf2016-05-191-1/+2
* block: Remove bdrv_aio_multiwrite()Kevin Wolf2016-05-195-274/+7Star
* qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe2016-05-121-1/+9
* block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange2016-05-1210-11/+67
* block: add support for encryption secrets in block I/O testsDaniel P. Berrange2016-05-124-3/+16
* block: add support for --image-opts in block I/O testsDaniel P. Berrange2016-05-126-34/+77
* qemu-io: Allow unaligned access by defaultEric Blake2016-05-121-720/+1440
* iotests: fix the redirection order in 083Wei Jiangang2016-05-121-2/+2
* Allow users to specify the vmdk virtual hardware version.Janne Karhunen2016-05-121-0/+2
* iotests: Test case for drive-mirror with unaligned image sizeFam Zheng2016-04-203-0/+68
* iotests: Add iotests.image_sizeFam Zheng2016-04-201-0/+6
* mirror: Don't extend the last sub-chunkFam Zheng2016-04-201-22/+22
* qemu-iotests: 041: More robust assertion on quorum nodeFam Zheng2016-04-152-8/+18
* qemu-iotests: place valgrind log file in scratch dirSascha Silbe2016-04-151-1/+1
* qemu-iotests: tests: do not set unused tmp variableSascha Silbe2016-04-15117-117/+0Star
* qemu-iotests: common.rc: drop unused _do()Sascha Silbe2016-04-151-46/+0Star
* qemu-iotests: drop unused _within_tolerance() filterSascha Silbe2016-04-151-101/+0Star
* block: Fix blk_aio_write_zeroes()Kevin Wolf2016-04-152-3/+87