On 07.04.2014 21:06, Eric Blake wrote:
On 04/07/2014 11:29 AM, Max Reitz wrote:
Allow QMP users to manipulate the granularity used in the block-commit
command.
Signed-off-by: Max Reitz
---
@@ -214,6 +215,13 @@ void commit_start(BlockDriverState *bs, BlockDriverState
*base,
orig_base_fla
On 04/07/2014 11:29 AM, Max Reitz wrote:
> Allow QMP users to manipulate the granularity used in the block-commit
> command.
>
> Signed-off-by: Max Reitz
> ---
> @@ -214,6 +215,13 @@ void commit_start(BlockDriverState *bs, BlockDriverState
> *base,
> orig_base_flags= bdrv_get_flags(bas
Allow QMP users to manipulate the granularity used in the block-commit
command.
Signed-off-by: Max Reitz
---
block/commit.c| 16 +---
block/mirror.c| 4 ++--
blockdev.c| 21 +++--
include/block/block_int.h | 6 --
qapi-sch