aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-10vmdk: Set errp on failures in vmdk_open_vmdk4Fam Zheng
2014-12-10vmdk: Remove unnecessary initializationFam Zheng
2014-12-10vmdk: Check descriptor file length when reading itFam Zheng
2014-12-10vmdk: Clean up descriptor file readingFam Zheng
2014-12-10vmdk: Fix comment to match code of extent linesFam Zheng
2014-12-10vmdk: Use g_random_int to generate CIDFam Zheng
2014-12-10block: Use g_new0() for a bit of extra type checkingMarkus Armbruster
2014-12-10block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody
2014-12-10block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody
2014-12-10qemu-iotests: Skip 099 for VMDK subformats with desc fileFam Zheng
2014-12-10block/raw-posix: Fix ret in raw_open_common()Max Reitz
2014-12-10qcow2: Respect bdrv_truncate() errorMax Reitz
2014-12-10qcow2: Flushing the caches in qcow2_close may failMax Reitz
2014-12-10qcow2: Prevent numerical overflowMax Reitz
2014-12-10iotests: Add test for unsupported image creationMax Reitz
2014-12-10iotests: Only kill NBD server if it runsMax Reitz
2014-12-10qemu-img: Check create_opts before image amendmentMax Reitz
2014-12-10qemu-img: Check create_opts before image creationMax Reitz
2014-12-10block: Check create_opts before image creationMax Reitz
2014-12-10block/nfs: Add create_optsMax Reitz
2014-12-10block/vvfat: qcow driver may not be foundMax Reitz
2014-12-10block: Omit bdrv_find_format for essential driversMax Reitz
2014-12-10block: Make essential BlockDriver objects publicMax Reitz
2014-12-10iotests: Specify qcow2 format for qemu-io in 059Max Reitz
2014-12-10ide: Check validity of logical block sizeKevin Wolf
2014-12-10nvme: 64kB page size fixesAnton Blanchard
2014-12-10qemu-iotests: 082: Filter the real disk sizeMichael Mueller
2014-12-10qemu-iotests: 060: Filter the real disk sizeKevin Wolf
2014-12-10block: do not use get_clock()Paolo Bonzini
2014-12-10block: Don't probe for unknown backing file formatKevin Wolf
2014-12-10qcow2.py: Add required padding for header extensionsKevin Wolf
2014-12-10qcow2: Fix header extension size checkKevin Wolf
2014-12-10blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOTStefan Hajnoczi
2014-12-10blockdev: acquire AioContext in QMP 'transaction' actionsStefan Hajnoczi
2014-12-10blockdev: drop unnecessary DriveBackupState field assignmentStefan Hajnoczi
2014-12-10blockdev: update outdated qmp_transaction() commentsStefan Hajnoczi
2014-12-10qemu-iotests: Test writing non-raw image headers to raw imageKevin Wolf
2014-12-10qemu-iotests: Fix stderr handling in common.qemuKevin Wolf
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf
2014-12-10block: Read only one sector for format probingKevin Wolf
2014-12-10block: Factor bdrv_probe_all() out of find_image_format()Markus Armbruster
2014-12-10qtests: Specify image format explicitlyKevin Wolf
2014-12-10qemu-iotests: Add qemu-io format option in Python testsKevin Wolf
2014-12-10qemu-iotests: Use qemu-io -f $IMGFMTKevin Wolf
2014-12-10qemu-io: Allow explicitly specifying formatKevin Wolf
2014-12-10tests: Use "command -v" instead of which(1) in shell scriptsFam Zheng
2014-12-10qemu-nbd: Use BlockBackend where reasonableMax Reitz
2014-12-10nbd: Use BlockBackend internallyMax Reitz
2014-12-10nbd: Change external interface to BlockBackendMax Reitz
2014-12-10block: Add blk_add_close_notifier() for BBMax Reitz