Re: [Qemu-devel] [PATCH v2 04/12] qemu-option: improve qemu_opts_print_help() output

2018-10-09 Thread Marc-André Lureau
Hi On Tue, Oct 9, 2018 at 2:03 AM Max Reitz wrote: > > First of all, this patch broke iotest 082. But then again, all that'd > be needed is a correction of the reference output. Oops, ok. Let see if we change it again, > > However: > > On 07.09.18 09:59, Marc-André Lureau wrote: > > Modify

Re: [Qemu-devel] [PATCH v2 04/12] qemu-option: improve qemu_opts_print_help() output

2018-10-08 Thread Max Reitz
First of all, this patch broke iotest 082. But then again, all that'd be needed is a correction of the reference output. However: On 07.09.18 09:59, Marc-André Lureau wrote: > Modify qemu_opts_print_help(): > - to print expected argument type > - skip description if not available > - sort lines

[Qemu-devel] [PATCH v2 04/12] qemu-option: improve qemu_opts_print_help() output

2018-09-07 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 help" output is changed