index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qemu-iotests
/
080.out
Age
Commit message (
Expand
)
Author
2019-04-30
tests/qemu-iotests: Fix output of qemu-io related tests
Thomas Huth
2018-06-11
block: Add Error parameter to bdrv_amend_options
Max Reitz
2018-03-09
qcow2: Make qemu-img check detect corrupted L1 tables in snapshots
Alberto Garcia
2018-03-09
qcow2: Check snapshot L1 table in qcow2_snapshot_delete()
Alberto Garcia
2018-03-09
qcow2: Check snapshot L1 table in qcow2_snapshot_goto()
Alberto Garcia
2018-03-09
qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()
Alberto Garcia
2018-03-09
qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()
Alberto Garcia
2018-03-09
qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()
Alberto Garcia
2018-03-09
qcow2: Generalize validate_table_offset() into qcow2_validate_table()
Alberto Garcia
2017-02-12
qemu-io: Return non-zero exit code on failure
Nir Soffer
2016-01-13
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
Markus Armbruster
2014-12-12
qemu-iotests: Remove traling whitespaces in *.out
Fam Zheng
2014-12-10
qcow2: Fix header extension size check
Kevin Wolf
2014-04-01
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
Kevin Wolf
2014-04-01
qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
Kevin Wolf
2014-04-01
qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...
Kevin Wolf
2014-04-01
qcow2: Fix backing file name length check
Kevin Wolf
2014-04-01
qcow2: Validate active L1 table offset and size (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Validate snapshot table offset/size (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Validate refcount table offset
Kevin Wolf
2014-04-01
qcow2: Check refcount table size (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Check backing_file_offset (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Check header_length (CVE-2014-0144)
Kevin Wolf