aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)Author
2014-04-01parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf
2014-04-01block: vdi bounds check qemu-io testsJeff Cody
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
2014-04-01vpc: Validate block size (CVE-2014-0142)Kevin Wolf
2014-04-01bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf
2014-04-01bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf
2014-04-01bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf
2014-04-01qemu-iotests: Support for bochs formatKevin Wolf
2014-04-01block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi
2014-04-01block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi
2014-04-01block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi
2014-04-01block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi
2014-04-01block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi
2014-04-01qemu-iotests: add cloop input validation testsStefan Hajnoczi
2014-04-01qemu-iotests: add ./check -cloop supportStefan Hajnoczi
2014-03-14qemu-iotests: remove 085 and 087 from 'quick' groupStefan Hajnoczi
2014-03-14qemu-iotests: add 083 NBD client disconnect testsStefan Hajnoczi
2014-03-14tests: add nbd-fault-injector.py utilityStefan Hajnoczi
2014-03-14blockdev: Refuse to open encrypted image unless pausedMarkus Armbruster
2014-03-13iotests: Test corruption during COW requestMax Reitz
2014-03-07block: qemu-iotests 085 - live snapshots testsJeff Cody
2014-03-06block: Fix error path segfault in bdrv_open()Kevin Wolf
2014-03-06qemu-iotests: Test a few blockdev-add error casesKevin Wolf
2014-03-05qemu-iotests: Test progress output for conversionKevin Wolf
2014-02-28discard rbd error output when not relevant in qemu-iotestsLoic Dachary
2014-02-28qemu-io-test: Disable Quorum test when not compiled in.Benoît Canet
2014-02-28qmp: Make Quorum error events more palatable.Benoît Canet
2014-02-28qemu-iotests: add more tests to the "quick" groupPaolo Bonzini
2014-02-21iotests: Mixed quorum child device specificationsMax Reitz
2014-02-21quorum: Add unit test.Benoît Canet
2014-02-21qemu-iotests: Check qemu-img command line parsingKevin Wolf
2014-02-21vmdk: correctly propagate errorsPaolo Bonzini
2014-02-21vmdk: do not try opening a file as both image and descriptorPaolo Bonzini
2014-02-21nbd: correctly propagate errorsPaolo Bonzini
2014-02-21nbd: produce a better error if neither host nor port is passedPaolo Bonzini
2014-02-21qcow2: Set zero flag for discarded clustersKevin Wolf
2014-02-14qemu-iotests: Don't run 005 on vmdk split formatsFam Zheng
2014-02-14block: qemu-iotests - add vhdx log replay tests for qemu-imgJeff Cody
2014-02-14block: qemu-iotests - fix test 070 (vhdx)Jeff Cody