summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)Author
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf
2020-10-02configure: Bump the minimum required Python version to 3.6Thomas Huth
2020-09-30meson: clean up build_by_defaultPaolo Bonzini
2020-09-29tests/acpi: drop unnecessary filesMichael S. Tsirkin
2020-09-29tests/acpi: update golden master DSDT binary table blobs for q35Ani Sinha
2020-09-21qemu-img: Support bitmap --merge into backing imageEric Blake
2020-09-16iotests: Drop readlink -fMax Reitz
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia
2020-09-15iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer
2020-09-15qemu-iotests: Support varargs syntax in FilePathsNir Soffer
2020-09-15qemu-iotests: Fix FilePaths docstringNir Soffer
2020-09-15qemu-iotests: Fix FilePaths cleanupNir Soffer
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-09-10iotests: Allow running from different directoryKevin Wolf
2020-09-08iotests: Test committing to overridden backingMax Reitz
2020-09-08iotests: Add test for commit in sub directoryMax Reitz
2020-09-08iotests: Add filter mirror test casesMax Reitz
2020-09-08iotests: Add filter commit test casesMax Reitz
2020-09-08qemu-iotests: move check-block back to MakefilesPaolo Bonzini
2020-09-07iotests: Let complete_and_wait() work with commitMax Reitz
2020-09-07iotests: Test that qcow2's data-file is flushedMax Reitz
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz
2020-09-07qemu-img: Use child access functionsMax Reitz
2020-09-07block: Use child access functions for QAPI queriesMax Reitz
2020-09-07block/null: Implement bdrv_get_allocated_file_sizeMax Reitz
2020-09-07block: Raise an error when backing file parameter is an empty stringConnor Kuehl
2020-09-02iotests/259: Fix reference outputMax Reitz
2020-09-02iotests/059: Fix reference outputMax Reitz
2020-08-28migration: improve error reporting of block driver state nameDaniel P. Berrangé
2020-08-26iotests: Add tests for qcow2 images with extended L2 entriesAlberto Garcia
2020-08-25qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia
2020-08-25qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia
2020-08-25qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia
2020-08-21iotests: Test node/bitmap aliases during migrationMax Reitz
2020-08-21iotests.py: Let wait_migration() return on failureMax Reitz
2020-08-21iotests: dump QCOW2 header in JSON in #303Andrey Shinkevich
2020-08-21qcow2_format.py: support dumping metadata in JSON formatAndrey Shinkevich
2020-08-21qcow2_format.py: collect fields to dump in JSON formatAndrey Shinkevich
2020-08-21qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich
2020-08-21qcow2_format.py: Dump bitmap table serialized entriesAndrey Shinkevich
2020-08-21qcow2_format.py: pass cluster size to substructuresAndrey Shinkevich
2020-08-21qcow2_format.py: Dump bitmap directory informationAndrey Shinkevich