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

2013-02-12 Thread Kevin Wolf
Am 12.02.2013 08:00, 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 It feels a bit odd that the quiet flag takes effect in JSON

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

2013-02-11 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-c