Re: [Qemu-devel] [PATCH v4 17/26] progress: Allow regressing progress

2014-12-11 Thread Stefan Hajnoczi
On Wed, Dec 03, 2014 at 02:37:37PM +0100, Max Reitz wrote: > Progress may regress; this should be displayed correctly by > qemu_progress_print(). > > While touching that area of code, drop the redundant parentheses in the > same condition. > > Signed-off-by: Max Reitz > --- > util/qemu-progress

Re: [Qemu-devel] [PATCH v4 17/26] progress: Allow regressing progress

2014-12-03 Thread Eric Blake
On 12/03/2014 05:37 AM, Max Reitz wrote: > Progress may regress; this should be displayed correctly by > qemu_progress_print(). > > While touching that area of code, drop the redundant parentheses in the > same condition. > > Signed-off-by: Max Reitz > --- > util/qemu-progress.c | 3 ++- > 1 fi

[Qemu-devel] [PATCH v4 17/26] progress: Allow regressing progress

2014-12-03 Thread Max Reitz
Progress may regress; this should be displayed correctly by qemu_progress_print(). While touching that area of code, drop the redundant parentheses in the same condition. Signed-off-by: Max Reitz --- util/qemu-progress.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util