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

2014-04-10 Thread Max Reitz
On 08.04.2014 18:20, Eric Blake wrote: On 04/08/2014 06:50 AM, Max Reitz wrote: Allow QMP users to manipulate the granularity used in the block-commit command. Signed-off-by: Max Reitz --- +++ b/include/block/block_int.h @@ -426,6 +426,7 @@ void stream_start(BlockDriverState *bs, BlockDrive

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

2014-04-08 Thread Eric Blake
On 04/08/2014 06:50 AM, Max Reitz wrote: > Allow QMP users to manipulate the granularity used in the block-commit > command. > > Signed-off-by: Max Reitz > --- > +++ b/include/block/block_int.h > @@ -426,6 +426,7 @@ void stream_start(BlockDriverState *bs, BlockDriverState > *base, > * @top:

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

2014-04-08 Thread Kevin Wolf
Am 08.04.2014 um 14:50 hat Max Reitz geschrieben: > Allow QMP users to manipulate the granularity used in the block-commit > command. > > Signed-off-by: Max Reitz Granularity is a strange name for live commit, especially on non-active layers where it's really just the buffer size. Not that I hav

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

2014-04-08 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| 23 +-- include/block/block_int.h | 6 -- qapi-s