summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* iotests: Use _img_info in test 089Max Reitz2014-05-282-6/+1
* qemu-iotests: Handle cache mode option in 091Fam Zheng2014-05-281-2/+4
* block: optimize zero writes with bdrv_write_zeroesPeter Lieven2014-05-191-5/+5
* qcow1: Stricter backing file length checkKevin Wolf2014-05-192-0/+18
* qcow1: Validate image size (CVE-2014-0223)Kevin Wolf2014-05-192-0/+16
* qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf2014-05-192-0/+26
* qcow1: Check maximum cluster sizeKevin Wolf2014-05-193-0/+77
* qemu-iotests: Fix blkdebug in VM drive in 030Fam Zheng2014-05-191-1/+1
* qemu-iotests: Fix core dump suppression in test 039Markus Armbruster2014-05-193-12/+12
* iotests: Add test for the JSON protocolMax Reitz2014-05-193-0/+185
* block: add test for vhdx image created by Disk2VHDJeff Cody2014-05-193-0/+14
* Revert "iotests: Use configured python"Peter Maydell2014-05-159-64/+43
* block: qemu-iotests - test for live migrationJeff Cody2014-05-093-0/+134
* block: qemu-iotests - update 085 to use common.qemuJeff Cody2014-05-091-61/+12
* block: qemu-iotests - add common.qemu, for bash-controlled qemu testsJeff Cody2014-05-091-0/+200
* block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf2014-05-092-0/+14
* qemu-iotests: Test converting to streamOptimized from small cluster sizeFam Zheng2014-05-092-0/+14
* vmdk: Implement .bdrv_get_info()Fam Zheng2014-05-091-0/+1
* iotests: Use configured pythonMax Reitz2014-05-099-43/+64
* iotests: Discarding compressed clusters on qcow2Max Reitz2014-04-293-0/+74
* block: qemu-iotests: make test 019 and 086 work with spaced pathnamesJeff Cody2014-04-292-5/+5
* block: qemu-iotests - fix image cleanup when using spaced pathnamesJeff Cody2014-04-291-2/+2
* qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()Fam Zheng2014-04-253-55/+9
* 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
OpenPOWER on IntegriCloud