Re: [Qemu-devel] [PATCH v8 09/14] qemu-img: Enable progress output for commit

2014-06-09 Thread Eric Blake
On 06/07/2014 12:51 PM, Max Reitz wrote: > Implement progress output for the commit command by querying the > progress of the block job. > > Signed-off-by: Max Reitz > --- > qemu-img-cmds.hx | 4 ++-- > qemu-img.c | 24 ++-- > qemu-img.texi| 2 +- > 3 files change

[Qemu-devel] [PATCH v8 09/14] qemu-img: Enable progress output for commit

2014-06-07 Thread Max Reitz
Implement progress output for the commit command by querying the progress of the block job. Signed-off-by: Max Reitz --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 24 ++-- qemu-img.texi| 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/qemu-img-