Re: [Qemu-devel] [PATCH v8 2/4] qemu-img: Add "Quiet mode" option

2013-01-29 Thread Kevin Wolf
Am 14.01.2013 11:26, schrieb Miroslav Rezanina: > There can be a need to turn output to stdout off. This patch adds a -q option > that enable "Quiet mode". In Quiet mode, only errors are printed out. > > Signed-off-by: Miroslav Rezanina This patch introduces trailing whitespace in some lines. K

Re: [Qemu-devel] [PATCH v8 2/4] qemu-img: Add "Quiet mode" option

2013-01-14 Thread Eric Blake
On 01/14/2013 03:26 AM, Miroslav Rezanina wrote: > There can be a need to turn output to stdout off. This patch adds a -q option > that enable "Quiet mode". In Quiet mode, only errors are printed out. > > Signed-off-by: Miroslav Rezanina > --- > if (result.corruptions_fixed || result.leaks_

[Qemu-devel] [PATCH v8 2/4] qemu-img: Add "Quiet mode" option

2013-01-14 Thread Miroslav Rezanina
There can be a need to turn output to stdout off. This patch adds a -q option that enable "Quiet mode". In Quiet mode, only errors are printed out. Signed-off-by: Miroslav Rezanina --- block.c | 12 +++-- blockdev.c|6 +- include/block/block.h |3 +- qemu-img-