summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-062-26/+26
* qcow2: introduce icount field for snapshotsPavel Dovgalyuk2020-10-062-23/+43
* iotests: Test block-export-* QMP interfaceKevin Wolf2020-10-023-0/+257
* iotests: Allow supported and unsupported formats at the same timeKevin Wolf2020-10-021-5/+1Star
* iotests: Introduce qemu_nbd_list_log()Kevin Wolf2020-10-021-1/+12
* iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf2020-10-021-26/+23Star
* block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf2020-10-023-2/+13
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-2/+2
* configure: Bump the minimum required Python version to 3.6Thomas Huth2020-10-021-2/+0Star
* meson: clean up build_by_defaultPaolo Bonzini2020-09-301-2/+1Star
* tests/acpi: drop unnecessary filesMichael S. Tsirkin2020-09-291-0/+0
* tests/acpi: update golden master DSDT binary table blobs for q35Ani Sinha2020-09-291-0/+0
* qemu-img: Support bitmap --merge into backing imageEric Blake2020-09-222-0/+68
* iotests: Drop readlink -fMax Reitz2020-09-161-1/+1
* 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