Age | Commit message (Expand) | Author | Files | Lines |
2014-05-28 | iotests: Use _img_info in test 089 | Max Reitz | 2 | -6/+1 |
2014-05-28 | qemu-iotests: Handle cache mode option in 091 | Fam Zheng | 1 | -2/+4 |
2014-05-19 | block: optimize zero writes with bdrv_write_zeroes | Peter Lieven | 1 | -5/+5 |
2014-05-19 | qcow1: Stricter backing file length check | Kevin Wolf | 2 | -0/+18 |
2014-05-19 | qcow1: Validate image size (CVE-2014-0223) | Kevin Wolf | 2 | -0/+16 |
2014-05-19 | qcow1: Validate L2 table size (CVE-2014-0222) | Kevin Wolf | 2 | -0/+26 |
2014-05-19 | qcow1: Check maximum cluster size | Kevin Wolf | 3 | -0/+77 |
2014-05-19 | qemu-iotests: Fix blkdebug in VM drive in 030 | Fam Zheng | 1 | -1/+1 |
2014-05-19 | qemu-iotests: Fix core dump suppression in test 039 | Markus Armbruster | 3 | -12/+12 |
2014-05-19 | iotests: Add test for the JSON protocol | Max Reitz | 3 | -0/+185 |
2014-05-19 | block: add test for vhdx image created by Disk2VHD | Jeff Cody | 3 | -0/+14 |
2014-05-15 | Revert "iotests: Use configured python" | Peter Maydell | 9 | -64/+43 |
2014-05-09 | block: qemu-iotests - test for live migration | Jeff Cody | 3 | -0/+134 |
2014-05-09 | block: qemu-iotests - update 085 to use common.qemu | Jeff Cody | 1 | -61/+12 |
2014-05-09 | block: qemu-iotests - add common.qemu, for bash-controlled qemu tests | Jeff Cody | 1 | -0/+200 |
2014-05-09 | block: Fix open flags with BDRV_O_SNAPSHOT | Kevin Wolf | 2 | -0/+14 |
2014-05-09 | qemu-iotests: Test converting to streamOptimized from small cluster size | Fam Zheng | 2 | -0/+14 |
2014-05-09 | vmdk: Implement .bdrv_get_info() | Fam Zheng | 1 | -0/+1 |
2014-05-09 | iotests: Use configured python | Max Reitz | 9 | -43/+64 |
2014-04-29 | iotests: Discarding compressed clusters on qcow2 | Max Reitz | 3 | -0/+74 |
2014-04-29 | block: qemu-iotests: make test 019 and 086 work with spaced pathnames | Jeff Cody | 2 | -5/+5 |
2014-04-29 | block: qemu-iotests - fix image cleanup when using spaced pathnames | Jeff Cody | 1 | -2/+2 |
2014-04-25 | qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed() | Fam Zheng | 3 | -55/+9 |
2014-04-22 | qemu-iotests: Check common namespace for id and node-name | Kevin Wolf | 2 | -0/+57 |
2014-04-22 | block: Catch duplicate IDs in bdrv_new() | Kevin Wolf | 2 | -0/+46 |
2014-04-22 | block: Catch integer overflow in bdrv_rw_co() | Kevin Wolf | 1 | -4/+1 |
2014-04-11 | bochs: Fix catalog size check | Kevin Wolf | 2 | -3/+9 |
2014-04-04 | block: Fix snapshot=on for protocol parsed from filename | Kevin Wolf | 2 | -0/+36 |
2014-04-04 | qemu-iotests: Remove CR line endings in reference output | Kevin Wolf | 1 | -5/+5 |
2014-04-04 | block: Don't parse 'filename' option | Kevin Wolf | 2 | -0/+15 |
2014-04-04 | qcow2: Flush metadata during read-only reopen | Kevin Wolf | 2 | -0/+31 |
2014-04-01 | parallels: Sanity check for s->tracks (CVE-2014-0142) | Kevin Wolf | 2 | -0/+11 |
2014-04-01 | parallels: Fix catalog size integer overflow (CVE-2014-0143) | Kevin Wolf | 5 | -0/+91 |
2014-04-01 | qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) | Kevin Wolf | 2 | -1/+20 |
2014-04-01 | qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) | Kevin Wolf | 2 | -1/+21 |
2014-04-01 | qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146) | Kevin Wolf | 2 | -0/+11 |
2014-04-01 | qcow2: Fix copy_sectors() with VM state | Kevin Wolf | 2 | -2/+33 |
2014-04-01 | block: vdi bounds check qemu-io tests | Jeff Cody | 3 | -0/+138 |
2014-04-01 | qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0... | Kevin Wolf | 4 | -4/+22 |
2014-04-01 | qcow2: Fix backing file name length check | Kevin Wolf | 2 | -0/+13 |
2014-04-01 | qcow2: Validate active L1 table offset and size (CVE-2014-0144) | Kevin Wolf | 2 | -0/+29 |
2014-04-01 | qcow2: Validate snapshot table offset/size (CVE-2014-0144) | Kevin Wolf | 2 | -0/+44 |
2014-04-01 | qcow2: Validate refcount table offset | Kevin Wolf | 2 | -0/+23 |
2014-04-01 | qcow2: Check refcount table size (CVE-2014-0144) | Kevin Wolf | 2 | -0/+17 |
2014-04-01 | qcow2: Check backing_file_offset (CVE-2014-0144) | Kevin Wolf | 2 | -0/+19 |
2014-04-01 | qcow2: Check header_length (CVE-2014-0144) | Kevin Wolf | 3 | -0/+71 |
2014-04-01 | vpc: Validate block size (CVE-2014-0142) | Kevin Wolf | 3 | -0/+82 |
2014-04-01 | bochs: Check extent_size header field (CVE-2014-0142) | Kevin Wolf | 2 | -0/+21 |
2014-04-01 | bochs: Check catalog_size header field (CVE-2014-0143) | Kevin Wolf | 2 | -1/+22 |
2014-04-01 | bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147) | Kevin Wolf | 2 | -0/+12 |