summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf11-7/+42
2013-10-11blockdev: Move virtio-blk device creation to drive_initKevin Wolf1-27/+27
2013-10-11blockdev: Move bus/unit/index processing to drive_initKevin Wolf1-84/+73
2013-10-11blockdev: Move parsing of 'boot' option to drive_initKevin Wolf1-10/+11
2013-10-11blockdev: Moving parsing of geometry options to drive_initKevin Wolf1-67/+69
2013-10-11blockdev: Move parsing of 'if' option to drive_initKevin Wolf1-18/+22
2013-10-11blockdev: Move parsing of 'media' option to drive_initKevin Wolf1-23/+50
2013-10-11blockdev: Pass QDict to blockdev_init()Kevin Wolf1-17/+17
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf3-15/+24
2013-10-11blockdev: 'blockdev-add' QMP commandKevin Wolf3-0/+348
2013-10-11blockdev: Introduce DriveInfo.enable_auto_delKevin Wolf2-1/+17
2013-10-11qapi-types/visit.py: Inheritance for structsKevin Wolf3-2/+37
2013-10-11qapi-types/visit.py: Pass whole expr dict for structsKevin Wolf2-5/+14
2013-10-11vmdk: refuse enabling zeroed grain with flat imagesFam Zheng3-0/+12
2013-10-11vmdk: convert error code to use errpFam Zheng2-59/+63
2013-10-11build: add command check-cleanWenchao Xia2-2/+7
2013-10-11tests: build the helper program by defaultWenchao Xia1-1/+7
2013-10-11block/raw-posix: Employ error parameterMax Reitz2-16/+58
2013-10-11qemu-iotests: move blank lines of output in case 059Fam Zheng2-8/+8
2013-10-11blkverify: Employ error parameterMax Reitz1-6/+5
2013-10-11blkdebug: Employ error parameterMax Reitz1-4/+4
2013-10-11block/raw-win32: Employ error parameterMax Reitz1-5/+11
2013-10-11block/raw_bsd: Employ error parameterMax Reitz1-2/+1
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz1-1/+28
2013-10-11qcow2: Add more overlap check bitmask macrosMax Reitz1-3/+11
2013-10-11qcow2: Array assigning options to OL check bitsMax Reitz1-0/+11
2013-10-11qcow2: Add overlap-check optionsMax Reitz2-0/+55
2013-10-11qcow2: Make overlap check mask variableMax Reitz3-4/+5
2013-10-11qcow2: Use negated overflow check maskMax Reitz6-38/+29
2013-10-11block: Improve driver whitelist checksKevin Wolf2-9/+9
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz1-2/+3
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz1-0/+1
2013-10-11qcow2: Remove wrong metadata overlap checkMax Reitz1-8/+0
2013-10-11qcow2: Add missing space in error messageMax Reitz1-1/+1
2013-10-11block: qemu-iotests for vhdx, read sample dynamic imageJeff Cody6-1/+86
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin1-1/+9
2013-10-11qemu-iotests: Discard preallocated zero clustersMax Reitz3-0/+77
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.BenoƮt Canet5-0/+46
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven3-1/+13
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz1-0/+1
2013-10-11qcow2: Free allocated snapshot table on errorMax Reitz1-0/+4
2013-10-11qcow2: Always use error path on writing snapshotsMax Reitz1-3/+4
2013-10-11qcow2: Free preallocated zero clustersMax Reitz1-3/+5
2013-10-11qcow2: Use pread for inactive L1 in overlap checkMax Reitz1-4/+3
2013-10-11qcow2: Alignment of snapshot table entriesMax Reitz1-0/+3
2013-10-11qemu-iotests: Additional info from qemu-img infoMax Reitz4-0/+135
2013-10-11qemu-iotests: Discard specific info in _img_infoMax Reitz1-1/+19
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz2-0/+44
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz3-0/+132
2013-10-11block: Add bdrv_get_specific_infoMax Reitz4-0/+14