summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-07-03qcow1: Stricter backing file length checkKevin Wolf2-0/+18
2014-07-03qcow1: Validate image size (CVE-2014-0223)Kevin Wolf2-0/+16
2014-07-03qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf2-0/+26
2014-07-03qcow1: Check maximum cluster sizeKevin Wolf3-0/+77
2014-07-03parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf2-0/+11
2014-07-03parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf5-0/+91
2014-07-03qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2-1/+20
2014-07-03qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf2-1/+21
2014-07-03qcow2: Fix copy_sectors() with VM stateKevin Wolf2-2/+33
2014-07-03qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf2-0/+11
2014-07-03qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf4-4/+22
2014-07-03qcow2: Fix backing file name length checkKevin Wolf2-0/+13
2014-07-03qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf2-0/+29
2014-07-03qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2-0/+44
2014-07-03qcow2: Validate refcount table offsetKevin Wolf2-0/+23
2014-07-03qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2-0/+17
2014-07-03qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf2-0/+19
2014-07-03qcow2: Check header_length (CVE-2014-0144)Kevin Wolf3-0/+71
2014-07-03vpc: Validate block size (CVE-2014-0142)Kevin Wolf3-0/+82
2014-07-03bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf2-0/+21
2014-07-03bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf2-1/+22
2014-07-03bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf2-0/+12
2014-07-03qemu-iotests: Support for bochs formatKevin Wolf5-0/+67
2014-07-03block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi2-0/+9
2014-07-03block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi2-0/+23
2014-07-03block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi2-0/+10
2014-07-03block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi2-0/+11
2014-07-03block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi2-0/+32
2014-07-03qemu-iotests: add cloop input validation testsStefan Hajnoczi4-0/+60
2014-07-03qemu-iotests: add ./check -cloop supportStefan Hajnoczi2-0/+10
2014-06-25qcow2: Flush metadata during read-only reopenKevin Wolf2-0/+31
2014-06-25tests: Fix 'make test' for i686 hosts (build regression)Stefan Weil1-5/+8
2013-11-27qemu-iotests: Fix test 041Max Reitz2-10/+26
2013-11-20target-openrisc: Correct carry flag check of l.addc and l.addic test casesSebastian Macke2-7/+11
2013-11-19qtest: Use -display none by defaultAndreas Färber10-12/+12
2013-11-15block: Fail if requested driver is not availableKevin Wolf2-0/+16
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng2-1/+60
2013-11-15qemu-iotests: Test qcow2 count_contiguous_clusters()Kevin Wolf3-0/+285
2013-11-14qemu-iotests: Extend 041 for unbacked mirroringMax Reitz2-2/+27
2013-11-14block: Print its file name if backing file opening failedFam Zheng2-2/+2
2013-11-07block: vhdx qemu-iotest - log replay of data sectorJeff Cody4-0/+76
2013-11-07block: qemu-iotests for vhdx, add write test supportJeff Cody3-1/+25
2013-11-07block: vhdx - update _make_test_img() to filter out vhdx optionsJeff Cody1-1/+4
2013-11-07qdev-monitor-test: add device_add leak test casesStefan Hajnoczi2-0/+83
2013-11-07blockdev-test: add test case for drive_add duplicate IDsStefan Hajnoczi2-0/+61
2013-11-07libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi2-14/+89
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi5-27/+32
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage in 061Jeff Cody1-3/+3
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage for 051Jeff Cody1-4/+4
2013-11-07block: qemu-iotests, removes duplicate double quotes in 039Jeff Cody1-1/+1