Re: [Qemu-devel] [PATCH 13/14] commit: Use BlockBackend for I/O

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

[Qemu-devel] [PATCH 13/14] commit: Use BlockBackend for I/O

2016-05-04 Thread Kevin Wolf
This changes the commit block job to use the job's BlockBackend for performing its I/O. job->bs isn't used by the commit code any more afterwards. Signed-off-by: Kevin Wolf --- block/commit.c | 42 +++--- 1 file changed, 27 insertions(+), 15 deletions(-) diff