Re: [Qemu-devel] [PATCH 06/31] char: Use error_printf() to print help and such

2018-10-08 Thread Philippe Mathieu-Daudé
On 08/10/2018 19:31, Markus Armbruster wrote: > Calling error_report() in a function that takes an Error ** argument > is suspicious. Convert a few that are actually help and such to > error_printf(). > > Improves output of -chardev help from > > qemu-system-x86_64: -chardev help: Available

[Qemu-devel] [PATCH 06/31] char: Use error_printf() to print help and such

2018-10-08 Thread Markus Armbruster
Calling error_report() in a function that takes an Error ** argument is suspicious. Convert a few that are actually help and such to error_printf(). Improves output of -chardev help from qemu-system-x86_64: -chardev help: Available chardev backend types: serial ... to Available