Re: [Qemu-devel] [PATCH v2 4/6] qemu-img: Enable progress output for commit

2014-04-10 Thread Max Reitz
On 08.04.2014 17:34, Kevin Wolf wrote: Am 08.04.2014 um 14:50 hat Max Reitz geschrieben: Implement progress output for the commit command by querying the progress of the block job. Signed-off-by: Max Reitz Reviewed-by: Eric Blake --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 33 ++

Re: [Qemu-devel] [PATCH v2 4/6] qemu-img: Enable progress output for commit

2014-04-09 Thread Kevin Wolf
Am 08.04.2014 um 18:53 hat Eric Blake geschrieben: > On 04/08/2014 09:34 AM, Kevin Wolf wrote: > > Am 08.04.2014 um 14:50 hat Max Reitz geschrieben: > >> Implement progress output for the commit command by querying the > >> progress of the block job. > >> > >> Signed-off-by: Max Reitz > >> Reviewe

Re: [Qemu-devel] [PATCH v2 4/6] qemu-img: Enable progress output for commit

2014-04-08 Thread Eric Blake
On 04/08/2014 09:34 AM, Kevin Wolf wrote: > Am 08.04.2014 um 14:50 hat Max Reitz geschrieben: >> Implement progress output for the commit command by querying the >> progress of the block job. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Eric Blake >> --- >> >> info = block_job_query

Re: [Qemu-devel] [PATCH v2 4/6] qemu-img: Enable progress output for commit

2014-04-08 Thread Kevin Wolf
Am 08.04.2014 um 14:50 hat Max Reitz geschrieben: > Implement progress output for the commit command by querying the > progress of the block job. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > --- > qemu-img-cmds.hx | 4 ++-- > qemu-img.c | 33 +++--

[Qemu-devel] [PATCH v2 4/6] qemu-img: Enable progress output for commit

2014-04-08 Thread Max Reitz
Implement progress output for the commit command by querying the progress of the block job. Signed-off-by: Max Reitz Reviewed-by: Eric Blake --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 33 +++-- qemu-img.texi| 2 +- 3 files changed, 34 insertions(+), 5 de