aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/080
AgeCommit message (Expand)Author
2021-01-20iotests: define group in each iotestVladimir Sementsov-Ogievskiy
2020-12-11iotests: Enable fuse for many testsMax Reitz
2020-05-13qcow2: introduce compression type featureDenis Plotnikov
2020-01-06iotests: Disable data_file where it cannot be usedMax Reitz
2020-01-06iotests: Use _rm_test_img for deleting test imagesMax Reitz
2019-03-08qemu-iotests: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé
2018-11-19qemu-iotests: remove unused variable 'here'Mao Zhongyi
2018-06-11qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia
2018-01-23iotests: Disable some tests for compat=0.10Max Reitz
2016-04-15qemu-iotests: tests: do not set unused tmp variableSascha Silbe
2015-03-10iotests: Prepare for refcount_bits optionMax Reitz
2014-12-10qcow2: Fix header extension size checkKevin Wolf
2014-10-23block: qemu-iotests change _supported_proto to file once more.Peter Lieven
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf
2014-04-01qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf
2014-04-01qcow2: Fix backing file name length checkKevin Wolf
2014-04-01qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Validate refcount table offsetKevin Wolf
2014-04-01qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Check header_length (CVE-2014-0144)Kevin Wolf