Re: [Qemu-devel] [PATCH 02/17] blkreplay: Convert to byte-based I/O

2016-06-22 Thread Eric Blake
On 06/21/2016 03:21 AM, Kevin Wolf wrote: > The blkreplay driver only forwards the requests it gets, so converting > it to byte granularity is trivial. > > Signed-off-by: Kevin Wolf > --- > block/blkreplay.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > > -stat

Re: [Qemu-devel] [PATCH 02/17] blkreplay: Convert to byte-based I/O

2016-06-22 Thread Max Reitz
On 21.06.2016 11:21, Kevin Wolf wrote: > The blkreplay driver only forwards the requests it gets, so converting > it to byte granularity is trivial. > > Signed-off-by: Kevin Wolf > --- > block/blkreplay.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Max

[Qemu-devel] [PATCH 02/17] blkreplay: Convert to byte-based I/O

2016-06-21 Thread Kevin Wolf
The blkreplay driver only forwards the requests it gets, so converting it to byte granularity is trivial. Signed-off-by: Kevin Wolf --- block/blkreplay.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/block/blkreplay.c b/block/blkreplay.c index 525c2d5..196b