Re: [Qemu-devel] [PATCH 2/8] qemu-img: Add progress output for amend

2014-07-30 Thread Max Reitz
On 30.07.2014 16:55, Eric Blake wrote: On 07/25/2014 12:07 PM, Max Reitz wrote: Now that bdrv_amend_options() supports a status callback, use it to display a progress report. Signed-off-by: Max Reitz --- qemu-img.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletio

Re: [Qemu-devel] [PATCH 2/8] qemu-img: Add progress output for amend

2014-07-30 Thread Eric Blake
On 07/25/2014 12:07 PM, Max Reitz wrote: > Now that bdrv_amend_options() supports a status callback, use it to > display a progress report. > > Signed-off-by: Max Reitz > --- > qemu-img.c | 26 +++--- > 1 file changed, 23 insertions(+), 3 deletions(-) No documentation of the

[Qemu-devel] [PATCH 2/8] qemu-img: Add progress output for amend

2014-07-25 Thread Max Reitz
Now that bdrv_amend_options() supports a status callback, use it to display a progress report. Signed-off-by: Max Reitz --- qemu-img.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 90d6b79..a06f425 100644 --- a/qemu-