aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-3/+3
2020-08-11iotests: add test for unaligned granularity bitmap backupStefan Reiter3-0/+63
2020-08-03iotests/169: Test source cont with backing bmapMax Reitz2-3/+65
2020-07-28Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...Peter Maydell6-50/+221
2020-07-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...Peter Maydell4-4/+36
2020-07-28iotests: Test convert to qcow2 compressed to NBDNir Soffer3-0/+159
2020-07-28iotests: Add more qemu_img helpersNir Soffer1-0/+6
2020-07-28iotests: Make qemu_nbd_popen() a contextmanagerNir Soffer3-50/+56
2020-07-28Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-07-27' int...Peter Maydell3-62/+204
2020-07-28iotests/197: Fix for non-qcow2 formatsMax Reitz2-4/+6
2020-07-28iotests/028: Add test for cross-base-EOF readsMax Reitz2-0/+30
2020-07-27iotests: Adjust which migration tests are quickEric Blake1-6/+6
2020-07-27qemu-iotests/199: add source-killed case to bitmaps postcopyVladimir Sementsov-Ogievskiy2-2/+17
2020-07-27qemu-iotests/199: add early shutdown case to bitmaps postcopyVladimir Sementsov-Ogievskiy2-2/+26