summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/080
Commit message (Expand)AuthorAgeFilesLines
* iotests: define group in each iotestVladimir Sementsov-Ogievskiy2021-01-201-0/+1
* iotests: Enable fuse for many testsMax Reitz2020-12-111-1/+1
* qcow2: introduce compression type featureDenis Plotnikov2020-05-131-1/+1
* iotests: Disable data_file where it cannot be usedMax Reitz2020-01-061-2/+3
* iotests: Use _rm_test_img for deleting test imagesMax Reitz2020-01-061-1/+1
* qemu-iotests: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé2019-03-081-1/+1
* qemu-iotests: remove unused variable 'here'Mao Zhongyi2018-11-191-1/+0Star
* qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth2018-06-111-2/+2
* qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia2018-03-091-0/+2
* qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia2018-03-091-0/+2
* qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia2018-03-091-0/+2
* qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia2018-03-091-0/+4
* qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia2018-03-091-0/+2
* qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia2018-03-091-1/+9
* iotests: Disable some tests for compat=0.10Max Reitz2018-01-231-2/+3
* qemu-iotests: tests: do not set unused tmp variableSascha Silbe2016-04-151-1/+0Star
* iotests: Prepare for refcount_bits optionMax Reitz2015-03-101-0/+2
* qcow2: Fix header extension size checkKevin Wolf2014-12-101-0/+2
* block: qemu-iotests change _supported_proto to file once more.Peter Lieven2014-10-231-1/+1
* qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2014-04-011-1/+14
* qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf2014-04-011-0/+7
* qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf2014-04-011-0/+11
* qcow2: Fix backing file name length checkKevin Wolf2014-04-011-0/+8
* qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+18
* qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+27
* qcow2: Validate refcount table offsetKevin Wolf2014-04-011-0/+13
* qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+10
* qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf2014-04-011-0/+12
* qcow2: Check header_length (CVE-2014-0144)Kevin Wolf2014-04-011-0/+61