Hi On Mon, Oct 5, 2015 at 3:20 PM, Laurent Vivier <lviv...@redhat.com> wrote: > no more comments, it should mean it's ok ? >
Looks good to me, and works fine. However, libvirt will need to be updated to use -help=all differently. I guess it's fine, so Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Can someone merge this or just say "stop this, I don't want that"... > > Laurent > > On 14/09/2015 20:01, Laurent Vivier wrote: >> This series allows to only display a given list of help sections. >> >> v5: introduce "-help[=LIST]", move help of help to the end "all" section. >> Remove typo fix (already included). >> v4: as proposed by Eric, provide a list of sections, restore default -help >> v3: add a 2nd patch to add an help section, -help displays only this section >> v2: simplify the dance of #define/#undef, thanks to Marc-André. >> >> Laurent Vivier (2): >> vl: Allow to define optional parameter with -arg[=params] >> Use help sub-sections to create sub-help options >> >> qemu-options.hx | 124 ++++++++++++++++++++++++++++++++++-- >> vl.c | 191 >> +++++++++++++++++++++++++++++++++++++++++++++++++++----- >> 2 files changed, 294 insertions(+), 21 deletions(-) >> -- Marc-André Lureau