Re: [Qemu-devel] [PATCH 1/4] block-commit: Expose granularity

2014-04-07 Thread Max Reitz
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

Re: [Qemu-devel] [PATCH 1/4] block-commit: Expose granularity

2014-04-07 Thread Eric Blake
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

[Qemu-devel] [PATCH 1/4] block-commit: Expose granularity

2014-04-07 Thread Max Reitz
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