Re: [Qemu-block] [PATCH 10/17] block: Use BlockBackend for I/O in bdrv_commit()

2016-06-25 Thread Max Reitz
On 21.06.2016 11:21, Kevin Wolf wrote: > Just like block jobs, the HMP commit command should use its own > BlockBackend for doing I/O on BlockDriverStates. > > Signed-off-by: Kevin Wolf > --- > block/commit.c | 30 -- > 1 file changed, 20

[Qemu-block] [PATCH 10/17] block: Use BlockBackend for I/O in bdrv_commit()

2016-06-21 Thread Kevin Wolf
Just like block jobs, the HMP commit command should use its own BlockBackend for doing I/O on BlockDriverStates. Signed-off-by: Kevin Wolf --- block/commit.c | 30 -- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/block/commit.c