Age | Commit message (Expand) | Author | Files | Lines |
2013-10-11 | vmdk: convert error code to use errp | Fam Zheng | 2 | -59/+63 |
2013-10-11 | build: add command check-clean | Wenchao Xia | 2 | -2/+7 |
2013-10-11 | tests: build the helper program by default | Wenchao Xia | 1 | -1/+7 |
2013-10-11 | block/raw-posix: Employ error parameter | Max Reitz | 2 | -16/+58 |
2013-10-11 | qemu-iotests: move blank lines of output in case 059 | Fam Zheng | 2 | -8/+8 |
2013-10-11 | blkverify: Employ error parameter | Max Reitz | 1 | -6/+5 |
2013-10-11 | blkdebug: Employ error parameter | Max Reitz | 1 | -4/+4 |
2013-10-11 | block/raw-win32: Employ error parameter | Max Reitz | 1 | -5/+11 |
2013-10-11 | block/raw_bsd: Employ error parameter | Max Reitz | 1 | -2/+1 |
2013-10-11 | qcow2: Evaluate overlap check options | Max Reitz | 1 | -1/+28 |
2013-10-11 | qcow2: Add more overlap check bitmask macros | Max Reitz | 1 | -3/+11 |
2013-10-11 | qcow2: Array assigning options to OL check bits | Max Reitz | 1 | -0/+11 |
2013-10-11 | qcow2: Add overlap-check options | Max Reitz | 2 | -0/+55 |
2013-10-11 | qcow2: Make overlap check mask variable | Max Reitz | 3 | -4/+5 |
2013-10-11 | qcow2: Use negated overflow check mask | Max Reitz | 6 | -38/+29 |
2013-10-11 | block: Improve driver whitelist checks | Kevin Wolf | 2 | -9/+9 |
2013-10-11 | qcow2: Use better type for numerical snapshot ID | Max Reitz | 1 | -2/+3 |
2013-10-11 | qcow2: Fix snapshot restoration in snapshot_create | Max Reitz | 1 | -0/+1 |
2013-10-11 | qcow2: Remove wrong metadata overlap check | Max Reitz | 1 | -8/+0 |
2013-10-11 | qcow2: Add missing space in error message | Max Reitz | 1 | -1/+1 |
2013-10-11 | block: qemu-iotests for vhdx, read sample dynamic image | Jeff Cody | 6 | -1/+86 |
2013-10-11 | ahci: set ahci mode on reset | Michael S. Tsirkin | 1 | -1/+9 |
2013-10-11 | qemu-iotests: Discard preallocated zero clusters | Max Reitz | 3 | -0/+77 |
2013-10-11 | block: Add BlockDriver.bdrv_check_ext_snapshot. | Benoît Canet | 5 | -0/+46 |
2013-10-11 | block/get_block_status: avoid redundant callouts on raw devices | Peter Lieven | 3 | -1/+13 |
2013-10-11 | qcow2: Assert against snapshot name/ID overflow | Max Reitz | 1 | -0/+1 |
2013-10-11 | qcow2: Free allocated snapshot table on error | Max Reitz | 1 | -0/+4 |
2013-10-11 | qcow2: Always use error path on writing snapshots | Max Reitz | 1 | -3/+4 |
2013-10-11 | qcow2: Free preallocated zero clusters | Max Reitz | 1 | -3/+5 |
2013-10-11 | qcow2: Use pread for inactive L1 in overlap check | Max Reitz | 1 | -4/+3 |
2013-10-11 | qcow2: Alignment of snapshot table entries | Max Reitz | 1 | -0/+3 |
2013-10-11 | qemu-iotests: Additional info from qemu-img info | Max Reitz | 4 | -0/+135 |
2013-10-11 | qemu-iotests: Discard specific info in _img_info | Max Reitz | 1 | -1/+19 |
2013-10-11 | qcow2: Add support for ImageInfoSpecific | Max Reitz | 2 | -0/+44 |
2013-10-11 | block/qapi: Human-readable ImageInfoSpecific dump | Max Reitz | 3 | -0/+132 |
2013-10-11 | block: Add bdrv_get_specific_info | Max Reitz | 4 | -0/+14 |
2013-10-11 | qapi: Add ImageInfoSpecific type | Max Reitz | 1 | -1/+17 |
2013-10-11 | qapi: make use of new BlockJobType | Fam Zheng | 6 | -7/+7 |
2013-10-11 | qapi: Introduce enum BlockJobType | Fam Zheng | 1 | -0/+18 |
2013-10-11 | blockjob: rename BlockJobType to BlockJobDriver | Fam Zheng | 6 | -25/+25 |
2013-10-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 18 | -77/+46 |
2013-10-10 | Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging | Anthony Liguori | 2 | -51/+32 |
2013-10-10 | Merge remote-tracking branch 'otubo/seccomp' into staging | Anthony Liguori | 1 | -0/+1 |
2013-10-10 | Merge remote-tracking branch 'mcayland/qemu-openbios' into staging | Anthony Liguori | 5 | -1/+1 |
2013-10-10 | Merge remote-tracking branch 'sstabellini/xen-2013-10-10' into staging | Anthony Liguori | 3 | -14/+8 |
2013-10-10 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 3 | -14/+39 |
2013-10-10 | Update email address | Anthony Liguori | 1 | -7/+7 |
2013-10-10 | qemu/xen: make use of xenstore relative paths | Roger Pau Monné | 2 | -14/+7 |
2013-10-10 | xen_disk: mark ioreq as mapped before unmapping in error case | Matthew Daley | 1 | -0/+1 |
2013-10-09 | scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344] | Asias He | 2 | -11/+36 |