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

2013-01-21 Thread Kevin Wolf
Am 21.01.2013 17:09, schrieb Paolo Bonzini: > This makes sense when the next commit starts using the extra buffer space > to perform many I/O operations asynchronously. > > Reviewed-by: Eric Blake > Signed-off-by: Paolo Bonzini > diff --git a/roms/seabios b/roms/seabios > index a810e4e..e8a76b0

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

2013-01-21 Thread Paolo Bonzini
This makes sense when the next commit starts using the extra buffer space to perform many I/O operations asynchronously. Reviewed-by: Eric Blake Signed-off-by: Paolo Bonzini --- v2->v3: Add "since 1.4" notes to qapi-schema.json [Eric]. Add MAX when updating s->buf_size in the COW