Re: [Qemu-devel] [PATCH 10/20] mirror: add buf-size argument to drive-mirror

2013-01-14 Thread Stefan Hajnoczi
On Wed, Dec 12, 2012 at 02:46:29PM +0100, Paolo Bonzini wrote: > diff --git a/qmp-commands.hx b/qmp-commands.hx > index d8faad0..97c52c9 100644 > --- a/qmp-commands.hx > +++ b/qmp-commands.hx > @@ -939,7 +939,7 @@ EQMP > .name = "drive-mirror", > .args_type = "sync:s,device

Re: [Qemu-devel] [PATCH 10/20] mirror: add buf-size argument to drive-mirror

2012-12-15 Thread Paolo Bonzini
> On 12/12/2012 06:46 AM, Paolo Bonzini wrote: > > This makes sense when the next commit starts using the extra buffer > > space > > to perform many I/O operations asynchronously. > > > > Signed-off-by: Paolo Bonzini > > --- > > block/mirror.c | 6 +++--- > > block_int.h| 5

Re: [Qemu-devel] [PATCH 10/20] mirror: add buf-size argument to drive-mirror

2012-12-14 Thread Eric Blake
On 12/12/2012 06:46 AM, Paolo Bonzini wrote: > This makes sense when the next commit starts using the extra buffer space > to perform many I/O operations asynchronously. > > Signed-off-by: Paolo Bonzini > --- > block/mirror.c | 6 +++--- > block_int.h| 5 +++-- > blockdev.c

[Qemu-devel] [PATCH 10/20] mirror: add buf-size argument to drive-mirror

2012-12-12 Thread Paolo Bonzini
This makes sense when the next commit starts using the extra buffer space to perform many I/O operations asynchronously. Signed-off-by: Paolo Bonzini --- block/mirror.c | 6 +++--- block_int.h| 5 +++-- blockdev.c | 9 - hmp.c | 2 +-