Re: [Qemu-devel] [PATCH 02/10] qemu-option: improve qemu_opts_print_help() output

2018-09-06 Thread Eric Blake
On 09/06/2018 10:12 AM, Marc-André Lureau wrote: Modify qemu_opts_print_help(): - to print expected argument type - skip description if not available - sort lines - prefix with the list name (like qdev, to avoid confusion) - drop 16-chars alignment, use a '-' as seperator for option name and d

[Qemu-devel] [PATCH 02/10] qemu-option: improve qemu_opts_print_help() output

2018-09-06 Thread Marc-André Lureau
Modify qemu_opts_print_help(): - to print expected argument type - skip description if not available - sort lines - prefix with the list name (like qdev, to avoid confusion) - drop 16-chars alignment, use a '-' as seperator for option name and description For ex, "-spice ?" output is changed fro