aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2020-09-30meson: clean up build_by_defaultPaolo Bonzini1-2/+1
2020-09-29tests/acpi: drop unnecessary filesMichael S. Tsirkin1-0/+0
2020-09-29tests/acpi: update golden master DSDT binary table blobs for q35Ani Sinha1-0/+0
2020-09-21qemu-img: Support bitmap --merge into backing imageEric Blake2-0/+68
2020-09-16iotests: Drop readlink -fMax Reitz1-1/+1
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia2-20/+52
2020-09-15iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth1-0/+2
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia3-0/+91
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven1-2/+5
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer1-3/+2
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer5-18/+15
2020-09-15qemu-iotests: Support varargs syntax in FilePathsNir Soffer3-12/+10
2020-09-15qemu-iotests: Fix FilePaths docstringNir Soffer1-6/+13
2020-09-15qemu-iotests: Fix FilePaths cleanupNir Soffer1-4/+4
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell20-24/+539
2020-09-10iotests: Allow running from different directoryKevin Wolf1-1/+1
2020-09-08iotests: Test committing to overridden backingMax Reitz2-2/+63
2020-09-08iotests: Add test for commit in sub directoryMax Reitz2-0/+54
2020-09-08iotests: Add filter mirror test casesMax Reitz2-3/+147
2020-09-08iotests: Add filter commit test casesMax Reitz2-2/+179
2020-09-08qemu-iotests: move check-block back to MakefilesPaolo Bonzini1-4/+0
2020-09-07iotests: Let complete_and_wait() work with commitMax Reitz1-3/+7
2020-09-07iotests: Test that qcow2's data-file is flushedMax Reitz2-0/+56
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz4-9/+11
2020-09-07qemu-img: Use child access functionsMax Reitz1-0/+1
2020-09-07block: Use child access functions for QAPI queriesMax Reitz1-1/+7
2020-09-07block/null: Implement bdrv_get_allocated_file_sizeMax Reitz3-5/+6
2020-09-07block: Raise an error when backing file parameter is an empty stringConnor Kuehl2-0/+9
2020-09-02iotests/259: Fix reference outputMax Reitz1-1/+1
2020-09-02iotests/059: Fix reference outputMax Reitz1-1/+1
2020-08-28migration: improve error reporting of block driver state nameDaniel P. Berrangé1-2/+2
2020-08-26iotests: Add tests for qcow2 images with extended L2 entriesAlberto Garcia3-0/+1628
2020-08-25qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia2-0/+11
2020-08-25qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia1-1/+1
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia21-133/+183
2020-08-25qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia1-1/+1
2020-08-21iotests: Test node/bitmap aliases during migrationMax Reitz3-0/+599
2020-08-21iotests.py: Let wait_migration() return on failureMax Reitz1-6/+12
2020-08-21iotests: dump QCOW2 header in JSON in #303Andrey Shinkevich2-0/+79
2020-08-21qcow2_format.py: support dumping metadata in JSON formatAndrey Shinkevich1-0/+17
2020-08-21qcow2_format.py: collect fields to dump in JSON formatAndrey Shinkevich1-0/+36
2020-08-21qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich2-6/+16
2020-08-21qcow2_format.py: Dump bitmap table serialized entriesAndrey Shinkevich2-0/+54
2020-08-21qcow2_format.py: pass cluster size to substructuresAndrey Shinkevich1-6/+11
2020-08-21qcow2_format.py: Dump bitmap directory informationAndrey Shinkevich2-0/+65
2020-08-21qcow2_format.py: dump bitmap flags in human readable way.Andrey Shinkevich1-0/+16
2020-08-21qcow2_format.py: change Qcow2BitmapExt initialization methodAndrey Shinkevich1-14/+22
2020-08-21qcow2_format.py: make printable data an extension class memberAndrey Shinkevich1-6/+8
2020-08-21iotests: add test for QCOW2 header dumpAndrey Shinkevich3-0/+121
2020-08-21meson: convert check-blockPaolo Bonzini1-0/+10