summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* qemu-iotests: Check common namespace for id and node-nameKevin Wolf2014-04-222-0/+57
* block: Catch duplicate IDs in bdrv_new()Kevin Wolf2014-04-222-0/+46
* block: Catch integer overflow in bdrv_rw_co()Kevin Wolf2014-04-221-4/+1
* bochs: Fix catalog size checkKevin Wolf2014-04-112-3/+9
* block: Fix snapshot=on for protocol parsed from filenameKevin Wolf2014-04-042-0/+36
* qemu-iotests: Remove CR line endings in reference outputKevin Wolf2014-04-041-5/+5
* block: Don't parse 'filename' optionKevin Wolf2014-04-042-0/+15
* qcow2: Flush metadata during read-only reopenKevin Wolf2014-04-042-0/+31
* parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf2014-04-012-0/+11
* parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf2014-04-015-0/+91
* qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2014-04-012-1/+20
* qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf2014-04-012-1/+21
* qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf2014-04-012-0/+11
* qcow2: Fix copy_sectors() with VM stateKevin Wolf2014-04-012-2/+33
* block: vdi bounds check qemu-io testsJeff Cody2014-04-013-0/+138
* qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf2014-04-014-4/+22
* qcow2: Fix backing file name length checkKevin Wolf2014-04-012-0/+13
* qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf2014-04-012-0/+29
* qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2014-04-012-0/+44
* qcow2: Validate refcount table offsetKevin Wolf2014-04-012-0/+23
* qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2014-04-012-0/+17
* qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf2014-04-012-0/+19
* qcow2: Check header_length (CVE-2014-0144)Kevin Wolf2014-04-013-0/+71
* vpc: Validate block size (CVE-2014-0142)Kevin Wolf2014-04-013-0/+82
* bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf2014-04-012-0/+21
* bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf2014-04-012-1/+22
* bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf2014-04-012-0/+12
* qemu-iotests: Support for bochs formatKevin Wolf2014-04-015-0/+67
* block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi2014-04-012-0/+9
* block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi2014-04-012-0/+23
* block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi2014-04-012-0/+10
* block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi2014-04-012-0/+11
* block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi2014-04-012-0/+32
* qemu-iotests: add cloop input validation testsStefan Hajnoczi2014-04-014-0/+60
* qemu-iotests: add ./check -cloop supportStefan Hajnoczi2014-04-012-0/+10
* qemu-iotests: remove 085 and 087 from 'quick' groupStefan Hajnoczi2014-03-141-2/+2
* qemu-iotests: add 083 NBD client disconnect testsStefan Hajnoczi2014-03-143-0/+293
* tests: add nbd-fault-injector.py utilityStefan Hajnoczi2014-03-141-0/+264
* blockdev: Refuse to open encrypted image unless pausedMarkus Armbruster2014-03-142-1/+27
* iotests: Test corruption during COW requestMax Reitz2014-03-132-0/+41
* block: qemu-iotests 085 - live snapshots testsJeff Cody2014-03-073-0/+248
* block: Fix error path segfault in bdrv_open()Kevin Wolf2014-03-062-0/+24
* qemu-iotests: Test a few blockdev-add error casesKevin Wolf2014-03-063-0/+163
* qemu-iotests: Test progress output for conversionKevin Wolf2014-03-053-0/+84
* discard rbd error output when not relevant in qemu-iotestsLoic Dachary2014-02-281-1/+1
* qemu-io-test: Disable Quorum test when not compiled in.Benoît Canet2014-02-281-0/+3
* qmp: Make Quorum error events more palatable.Benoît Canet2014-02-281-1/+1
* qemu-iotests: add more tests to the "quick" groupPaolo Bonzini2014-02-281-17/+17
* iotests: Mixed quorum child device specificationsMax Reitz2014-02-212-0/+66
* quorum: Add unit test.Benoît Canet2014-02-213-0/+130
OpenPOWER on IntegriCloud