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

2014-08-15 Thread Benoît Canet
The Friday 15 Aug 2014 à 15:06:12 (+0200), Max Reitz wrote : > On 15.08.2014 13:18, Benoît Canet wrote: > >The Saturday 02 Aug 2014 à 01:49:16 (+0200), Max Reitz wrote : > >>Now that bdrv_amend_options() supports a status callback, use it to > >>display a progress report. > >> > >>Signed-off-by: Ma

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

2014-08-15 Thread Max Reitz
On 15.08.2014 13:18, Benoît Canet wrote: The Saturday 02 Aug 2014 à 01:49:16 (+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-cmds.hx | 4 ++-- qemu-img.c | 25 +

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

2014-08-15 Thread Benoît Canet
The Saturday 02 Aug 2014 à 01:49:16 (+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-cmds.hx | 4 ++-- > qemu-img.c | 25 ++--- > qemu-img.texi

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

2014-08-05 Thread Eric Blake
On 08/01/2014 05:49 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-cmds.hx | 4 ++-- > qemu-img.c | 25 ++--- > qemu-img.texi| 2 +- > 3 files ch

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

2014-08-04 Thread Benoît Canet
The Saturday 02 Aug 2014 à 01:49:16 (+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-cmds.hx | 4 ++-- > qemu-img.c | 25 ++--- > qemu-img.texi

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

2014-08-01 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-cmds.hx | 4 ++-- qemu-img.c | 25 ++--- qemu-img.texi| 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/qemu-