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

2014-08-01 Thread Max Reitz
On 31.07.2014 09:56, Benoît Canet wrote: The Saturday 26 Jul 2014 à 21:22:06 (+0200), 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

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

2014-07-31 Thread Benoît Canet
The Saturday 26 Jul 2014 à 21:22:06 (+0200), 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(-) >

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

2014-07-26 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-