aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-03qcow1: Stricter backing file length checkKevin Wolf
2014-07-03qcow1: Validate image size (CVE-2014-0223)Kevin Wolf
2014-07-03qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf
2014-07-03qcow1: Check maximum cluster sizeKevin Wolf
2014-07-03parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf
2014-07-03parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf
2014-07-03qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-07-03qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf
2014-07-03qcow2: Fix copy_sectors() with VM stateKevin Wolf
2014-07-03qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf
2014-07-03qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf
2014-07-03qcow2: Fix backing file name length checkKevin Wolf
2014-07-03qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf
2014-07-03qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf
2014-07-03qcow2: Validate refcount table offsetKevin Wolf
2014-07-03qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf
2014-07-03qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf
2014-07-03qcow2: Check header_length (CVE-2014-0144)Kevin Wolf
2014-07-03vpc: Validate block size (CVE-2014-0142)Kevin Wolf
2014-07-03bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf
2014-07-03bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf
2014-07-03bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf
2014-07-03qemu-iotests: Support for bochs formatKevin Wolf
2014-07-03block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi
2014-07-03block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi
2014-07-03block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi
2014-07-03block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi
2014-07-03block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi
2014-07-03qemu-iotests: add cloop input validation testsStefan Hajnoczi
2014-07-03qemu-iotests: add ./check -cloop supportStefan Hajnoczi
2014-06-25qcow2: Flush metadata during read-only reopenKevin Wolf
2014-06-25tests: Fix 'make test' for i686 hosts (build regression)Stefan Weil
2013-11-27qemu-iotests: Fix test 041Max Reitz
2013-11-20target-openrisc: Correct carry flag check of l.addc and l.addic test casesSebastian Macke
2013-11-19qtest: Use -display none by defaultAndreas Färber
2013-11-15block: Fail if requested driver is not availableKevin Wolf
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng
2013-11-15qemu-iotests: Test qcow2 count_contiguous_clusters()Kevin Wolf
2013-11-14qemu-iotests: Extend 041 for unbacked mirroringMax Reitz
2013-11-14block: Print its file name if backing file opening failedFam Zheng
2013-11-07block: vhdx qemu-iotest - log replay of data sectorJeff Cody
2013-11-07block: qemu-iotests for vhdx, add write test supportJeff Cody
2013-11-07block: vhdx - update _make_test_img() to filter out vhdx optionsJeff Cody
2013-11-07qdev-monitor-test: add device_add leak test casesStefan Hajnoczi
2013-11-07blockdev-test: add test case for drive_add duplicate IDsStefan Hajnoczi
2013-11-07libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage in 061Jeff Cody
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage for 051Jeff Cody
2013-11-07block: qemu-iotests, removes duplicate double quotes in 039Jeff Cody