Re: [Qemu-devel] [PATCH v2 06/14] stream: Use BlockBackend for I/O

2016-05-25 Thread Alberto Garcia
On Tue 24 May 2016 03:47:26 PM CEST, Kevin Wolf wrote: > This changes the streaming block job to use the job's BlockBackend for > performing the COR reads. job->bs isn't used by the streaming code any > more afterwards. > > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto

Re: [Qemu-devel] [PATCH v2 06/14] stream: Use BlockBackend for I/O

2016-05-24 Thread Eric Blake
On 05/24/2016 07:47 AM, Kevin Wolf wrote: > This changes the streaming block job to use the job's BlockBackend for > performing the COR reads. job->bs isn't used by the streaming code any > more afterwards. > > Signed-off-by: Kevin Wolf > --- > block/io.c| 9 - > block/strea

[Qemu-devel] [PATCH v2 06/14] stream: Use BlockBackend for I/O

2016-05-24 Thread Kevin Wolf
This changes the streaming block job to use the job's BlockBackend for performing the COR reads. job->bs isn't used by the streaming code any more afterwards. Signed-off-by: Kevin Wolf --- block/io.c| 9 - block/stream.c| 15 +-- include/block/block.h |