Re: [Qemu-devel] [PATCH v3 13/22] progress: Allow regressing progress

2014-11-28 Thread Stefan Hajnoczi
On Thu, Nov 20, 2014 at 06:06:29PM +0100, Max Reitz wrote: > Progress may regress; this should be displayed correctly by > qemu_progress_print(). > > Signed-off-by: Max Reitz > --- > util/qemu-progress.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Stefan Hajnoczi pgpPiR00qqiIx.pgp D

Re: [Qemu-devel] [PATCH v3 13/22] progress: Allow regressing progress

2014-11-20 Thread Eric Blake
On 11/20/2014 10:06 AM, Max Reitz wrote: > Progress may regress; this should be displayed correctly by > qemu_progress_print(). > > Signed-off-by: Max Reitz > --- > util/qemu-progress.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Eric Blake > > diff --git a/util/qemu-progress.c b/ut

[Qemu-devel] [PATCH v3 13/22] progress: Allow regressing progress

2014-11-20 Thread Max Reitz
Progress may regress; this should be displayed correctly by qemu_progress_print(). Signed-off-by: Max Reitz --- util/qemu-progress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/qemu-progress.c b/util/qemu-progress.c index 4ee5cd0..c0fb14d 100644 --- a/util/qemu-progress.c +++ b/util