Re: [Qemu-devel] [PATCH 07/14] mirror: Use BlockBackend for I/O

2016-05-13 Thread Eric Blake
On 05/13/2016 08:38 AM, Max Reitz wrote: > On 04.05.2016 11:39, Kevin Wolf wrote: >> This changes the mirror block job to use the job's BlockBackend for >> performing its I/O. job->bs isn't used by the mirroring code any more >> afterwards. >> >> Signed-off-by: Kevin Wolf >> --- >> @@ -156,8 +156

Re: [Qemu-devel] [PATCH 07/14] mirror: Use BlockBackend for I/O

2016-05-13 Thread Max Reitz
On 04.05.2016 11:39, Kevin Wolf wrote: > This changes the mirror block job to use the job's BlockBackend for > performing its I/O. job->bs isn't used by the mirroring code any more > afterwards. > > Signed-off-by: Kevin Wolf > --- > block/mirror.c | 75 > +++-

Re: [Qemu-devel] [PATCH 07/14] mirror: Use BlockBackend for I/O

2016-05-13 Thread Max Reitz
On 04.05.2016 11:39, Kevin Wolf wrote: > This changes the mirror block job to use the job's BlockBackend for > performing its I/O. job->bs isn't used by the mirroring code any more > afterwards. > > Signed-off-by: Kevin Wolf > --- > block/mirror.c | 75 > +++-

[Qemu-devel] [PATCH 07/14] mirror: Use BlockBackend for I/O

2016-05-04 Thread Kevin Wolf
This changes the mirror block job to use the job's BlockBackend for performing its I/O. job->bs isn't used by the mirroring code any more afterwards. Signed-off-by: Kevin Wolf --- block/mirror.c | 75 +++--- blockdev.c | 4 +--- 2 files ch