summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia2020-09-152-20/+52
* iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth2020-09-151-0/+2
* qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia2020-09-153-0/+91
* qemu-img: avoid unaligned read requests during convertPeter Lieven2020-09-151-2/+5
* qemu-iotests: Simplify FilePath __init__Nir Soffer2020-09-151-3/+2Star
* qemu-iotests: Merge FilePaths and FilePathNir Soffer2020-09-155-18/+15Star
* qemu-iotests: Support varargs syntax in FilePathsNir Soffer2020-09-153-12/+10Star
* qemu-iotests: Fix FilePaths docstringNir Soffer2020-09-151-6/+13
* qemu-iotests: Fix FilePaths cleanupNir Soffer2020-09-151-4/+4
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-09-1120-24/+539
|\
| * iotests: Allow running from different directoryKevin Wolf2020-09-101-1/+1
| * iotests: Test committing to overridden backingMax Reitz2020-09-082-2/+63
| * iotests: Add test for commit in sub directoryMax Reitz2020-09-082-0/+54
| * iotests: Add filter mirror test casesMax Reitz2020-09-082-3/+147
| * iotests: Add filter commit test casesMax Reitz2020-09-082-2/+179
| * iotests: Let complete_and_wait() work with commitMax Reitz2020-09-071-3/+7
| * iotests: Test that qcow2's data-file is flushedMax Reitz2020-09-072-0/+56
| * block: Leave BDS.backing_{file,format} constantMax Reitz2020-09-074-9/+11
| * qemu-img: Use child access functionsMax Reitz2020-09-071-0/+1
| * block: Use child access functions for QAPI queriesMax Reitz2020-09-071-1/+7
| * block/null: Implement bdrv_get_allocated_file_sizeMax Reitz2020-09-073-5/+6
| * block: Raise an error when backing file parameter is an empty stringConnor Kuehl2020-09-072-0/+9
* | qemu-iotests: move check-block back to MakefilesPaolo Bonzini2020-09-081-4/+0Star
|/
* iotests/259: Fix reference outputMax Reitz2020-09-021-1/+1
* iotests/059: Fix reference outputMax Reitz2020-09-021-1/+1
* migration: improve error reporting of block driver state nameDaniel P. Berrangé2020-08-281-2/+2
* iotests: Add tests for qcow2 images with extended L2 entriesAlberto Garcia2020-08-263-0/+1628
* qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia2020-08-252-0/+11
* qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia2020-08-251-1/+1
* qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-2521-133/+183
* qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia2020-08-251-1/+1
* iotests: Test node/bitmap aliases during migrationMax Reitz2020-08-213-0/+599
* iotests.py: Let wait_migration() return on failureMax Reitz2020-08-211-6/+12
* iotests: dump QCOW2 header in JSON in #303Andrey Shinkevich2020-08-212-0/+79
* qcow2_format.py: support dumping metadata in JSON formatAndrey Shinkevich2020-08-211-0/+17
* qcow2_format.py: collect fields to dump in JSON formatAndrey Shinkevich2020-08-211-0/+36
* qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich2020-08-212-6/+16
* qcow2_format.py: Dump bitmap table serialized entriesAndrey Shinkevich2020-08-212-0/+54
* qcow2_format.py: pass cluster size to substructuresAndrey Shinkevich2020-08-211-6/+11
* qcow2_format.py: Dump bitmap directory informationAndrey Shinkevich2020-08-212-0/+65
* qcow2_format.py: dump bitmap flags in human readable way.Andrey Shinkevich2020-08-211-0/+16
* qcow2_format.py: change Qcow2BitmapExt initialization methodAndrey Shinkevich2020-08-211-14/+22
* qcow2_format.py: make printable data an extension class memberAndrey Shinkevich2020-08-211-6/+8
* iotests: add test for QCOW2 header dumpAndrey Shinkevich2020-08-213-0/+121
* meson: convert check-blockPaolo Bonzini2020-08-211-0/+10
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-3/+3
* iotests: add test for unaligned granularity bitmap backupStefan Reiter2020-08-113-0/+63
* iotests/169: Test source cont with backing bmapMax Reitz2020-08-032-3/+65
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...Peter Maydell2020-07-286-50/+221
|\
| * iotests: Test convert to qcow2 compressed to NBDNir Soffer2020-07-283-0/+159