Re: [Qemu-devel] [PATCH v5 08/12] qemu-img: Enable progress output for commit

2014-04-22 Thread Max Reitz
On 22.04.2014 17:23, Eric Blake wrote: On 04/17/2014 03:59 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

Re: [Qemu-devel] [PATCH v5 08/12] qemu-img: Enable progress output for commit

2014-04-22 Thread Eric Blake
On 04/17/2014 03:59 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 v5 08/12] qemu-img: Enable progress output for commit

2014-04-17 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-