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

2016-05-13 Thread Max Reitz
On 04.05.2016 11:39, 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/block-backend.c | 15 +++ >

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

2016-05-04 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/block-backend.c | 15 +++ block/io.c | 9 - block/s