summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Switch BdrvTrackedRequest to byte granularityKevin Wolf2014-01-243-21/+42
* block: Introduce bdrv_co_do_pwritev()Kevin Wolf2014-01-241-6/+18
* block: write: Handle COR dependency after I/O throttlingKevin Wolf2014-01-241-4/+4
* block: Introduce bdrv_aligned_pwritev()Kevin Wolf2014-01-241-21/+41
* block: Introduce bdrv_co_do_preadv()Kevin Wolf2014-01-241-6/+58
* block: Introduce bdrv_aligned_preadv()Kevin Wolf2014-01-241-18/+43
* raw: Probe required direct I/O alignmentPaolo Bonzini2014-01-244-17/+132
* block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-247-12/+12
* block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2014-01-243-3/+26
* block: Detect unaligned length in bdrv_qiov_is_aligned()Kevin Wolf2014-01-241-0/+3
* qemu_memalign: Allow small alignmentsKevin Wolf2014-01-241-0/+5
* block: Update BlockLimits when they might have changedKevin Wolf2014-01-243-1/+7
* block: Inherit opt_transfer_lengthKevin Wolf2014-01-241-1/+19
* block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-246-23/+87
* block: Fix bdrv_commit return valueKevin Wolf2014-01-241-5/+10
* block: update block commit documentation regarding image truncationJeff Cody2014-01-244-1/+57
* block: resize backing image during active layer commit, if neededJeff Cody2014-01-241-0/+38
* block: resize backing file image during offline commit, if necessaryJeff Cody2014-01-241-3/+25
* block/curl: Implement the libcurl timer callback interfacePeter Maydell2014-01-241-11/+70
* qmp: Allow to take external snapshots on bs graphs node.Benoît Canet2014-01-244-12/+71
* qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet2014-01-244-8/+25
* block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-245-24/+77
* qmp: Allow to change password on named block driver states.Benoît Canet2014-01-246-8/+54
* qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2014-01-247-56/+155
* block: Allow the user to define "node-name" option both on command line and QMP.Benoît Canet2014-01-242-0/+37
* block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2014-01-243-15/+52
* qapi: Add "backing" to BlockStatsFam Zheng2014-01-242-4/+11
* vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng2014-01-241-0/+4
* drive mirror:fix memory leakZhang Min2014-01-241-0/+1
* sheepdog: fix 'qemu-img map'Liu Yuan2014-01-241-2/+3
* Documentation: qemu-img: Mention SIGUSR1 progress reportKevin Wolf2014-01-241-1/+3
* qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf2014-01-241-0/+10
* qemu-progress: Drop unused includeKevin Wolf2014-01-241-1/+0
* vmdk: Check for overhead when openingFam Zheng2014-01-243-0/+18
* qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao2014-01-241-3/+3
* dataplane: fix shadowed return valueStefan Hajnoczi2014-01-221-1/+1
* block: fix backing file segfaultPeter Feiner2014-01-221-2/+6
* iotests: Test file format nestingMax Reitz2014-01-223-0/+91
* iotests: Test new blkdebug/blkverify interfaceMax Reitz2014-01-223-0/+330
* tests: Add test for qdict_flatten()Max Reitz2014-01-221-0/+76
* tests: Add test for qdict_array_split()Max Reitz2014-01-221-0/+80
* qemu-io: Make filename optionalMax Reitz2014-01-221-3/+5
* qapi: QMP interface for blkdebug and blkverifyMax Reitz2014-01-221-4/+109
* qapi: Add "errno" to the list of polluted wordsMax Reitz2014-01-221-1/+1
* blkverify: Don't require protocol filenameMax Reitz2014-01-221-1/+3
* blkverify: Allow command-line configurationMax Reitz2014-01-221-20/+5
* blkdebug: Allow command-line file configurationMax Reitz2014-01-221-9/+3
* blockdev: Move "file" to legacy_optsMax Reitz2014-01-221-9/+10
* block: Allow recursive "file"sMax Reitz2014-01-222-3/+8
* block: Use bdrv_open_image() in bdrv_open()Max Reitz2014-01-221-13/+5
OpenPOWER on IntegriCloud