aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-11vmdk: convert error code to use errpFam Zheng
2013-10-11build: add command check-cleanWenchao Xia
2013-10-11tests: build the helper program by defaultWenchao Xia
2013-10-11block/raw-posix: Employ error parameterMax Reitz
2013-10-11qemu-iotests: move blank lines of output in case 059Fam Zheng
2013-10-11blkverify: Employ error parameterMax Reitz
2013-10-11blkdebug: Employ error parameterMax Reitz
2013-10-11block/raw-win32: Employ error parameterMax Reitz
2013-10-11block/raw_bsd: Employ error parameterMax Reitz
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz
2013-10-11qcow2: Add more overlap check bitmask macrosMax Reitz
2013-10-11qcow2: Array assigning options to OL check bitsMax Reitz
2013-10-11qcow2: Add overlap-check optionsMax Reitz
2013-10-11qcow2: Make overlap check mask variableMax Reitz
2013-10-11qcow2: Use negated overflow check maskMax Reitz
2013-10-11block: Improve driver whitelist checksKevin Wolf
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz
2013-10-11qcow2: Remove wrong metadata overlap checkMax Reitz
2013-10-11qcow2: Add missing space in error messageMax Reitz
2013-10-11block: qemu-iotests for vhdx, read sample dynamic imageJeff Cody
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin
2013-10-11qemu-iotests: Discard preallocated zero clustersMax Reitz
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz
2013-10-11qcow2: Free allocated snapshot table on errorMax Reitz
2013-10-11qcow2: Always use error path on writing snapshotsMax Reitz
2013-10-11qcow2: Free preallocated zero clustersMax Reitz
2013-10-11qcow2: Use pread for inactive L1 in overlap checkMax Reitz
2013-10-11qcow2: Alignment of snapshot table entriesMax Reitz
2013-10-11qemu-iotests: Additional info from qemu-img infoMax Reitz
2013-10-11qemu-iotests: Discard specific info in _img_infoMax Reitz
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz
2013-10-11block: Add bdrv_get_specific_infoMax Reitz
2013-10-11qapi: Add ImageInfoSpecific typeMax Reitz
2013-10-11qapi: make use of new BlockJobTypeFam Zheng
2013-10-11qapi: Introduce enum BlockJobTypeFam Zheng
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'mcayland/qemu-openbios' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'sstabellini/xen-2013-10-10' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-10-10Update email addressAnthony Liguori
2013-10-10qemu/xen: make use of xenstore relative pathsRoger Pau Monné
2013-10-10xen_disk: mark ioreq as mapped before unmapping in error caseMatthew Daley
2013-10-09scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]Asias He