summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf6-0/+504
2014-01-24qemu-io: New command 'sleep'Kevin Wolf1-0/+42
2014-01-24blkdebug: Make required alignment configurableKevin Wolf2-0/+19
2014-01-24iscsi: Set bs->request_alignmentPaolo Bonzini1-0/+1
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf2-56/+9
2014-01-24block: Make bdrv_pread() a bdrv_prwv_co() wrapperKevin Wolf1-36/+13
2014-01-24block: Change coroutine wrapper to byte granularityKevin Wolf1-22/+26
2014-01-24block: Assert serialisation assumptions in pwritevKevin Wolf1-4/+12
2014-01-24block: Align requests in bdrv_co_do_pwritev()Kevin Wolf1-1/+85
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf2-3/+12
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf2-26/+31
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf2-21/+32
2014-01-24block: Make zero-after-EOF work with larger alignmentKevin Wolf1-3/+4
2014-01-24block: Allow waiting for overlapping requests between begin/endKevin Wolf1-18/+20
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf3-21/+42
2014-01-24block: Introduce bdrv_co_do_pwritev()Kevin Wolf1-6/+18
2014-01-24block: write: Handle COR dependency after I/O throttlingKevin Wolf1-4/+4
2014-01-24block: Introduce bdrv_aligned_pwritev()Kevin Wolf1-21/+41
2014-01-24block: Introduce bdrv_co_do_preadv()Kevin Wolf1-6/+58
2014-01-24block: Introduce bdrv_aligned_preadv()Kevin Wolf1-18/+43
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini4-17/+132
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini7-12/+12
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf3-3/+26
2014-01-24block: Detect unaligned length in bdrv_qiov_is_aligned()Kevin Wolf1-0/+3
2014-01-24qemu_memalign: Allow small alignmentsKevin Wolf1-0/+5
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf3-1/+7
2014-01-24block: Inherit opt_transfer_lengthKevin Wolf1-1/+19
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf6-23/+87
2014-01-24block: Fix bdrv_commit return valueKevin Wolf1-5/+10
2014-01-24block: update block commit documentation regarding image truncationJeff Cody4-1/+57
2014-01-24block: resize backing image during active layer commit, if neededJeff Cody1-0/+38
2014-01-24block: resize backing file image during offline commit, if necessaryJeff Cody1-3/+25
2014-01-24block/curl: Implement the libcurl timer callback interfacePeter Maydell1-11/+70
2014-01-24qmp: Allow to take external snapshots on bs graphs node.Benoît Canet4-12/+71
2014-01-24qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet4-8/+25
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet5-24/+77
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet6-8/+54
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet7-56/+155
2014-01-24block: Allow the user to define "node-name" option both on command line and QMP.Benoît Canet2-0/+37
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet3-15/+52
2014-01-24qapi: Add "backing" to BlockStatsFam Zheng2-4/+11
2014-01-24vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng1-0/+4
2014-01-24drive mirror:fix memory leakZhang Min1-0/+1
2014-01-24sheepdog: fix 'qemu-img map'Liu Yuan1-2/+3
2014-01-24Documentation: qemu-img: Mention SIGUSR1 progress reportKevin Wolf1-1/+3
2014-01-24qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf1-0/+10
2014-01-24qemu-progress: Drop unused includeKevin Wolf1-1/+0
2014-01-24vmdk: Check for overhead when openingFam Zheng3-0/+18
2014-01-24qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao1-3/+3
2014-01-22dataplane: fix shadowed return valueStefan Hajnoczi1-1/+1