qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/5] query-command-line-options: query all the o


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 3/5] query-command-line-options: query all the options in qemu-options.hx
Date: Wed, 12 Feb 2014 13:39:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 01/27/2014 08:53 PM, Amos Kong wrote:
> vm_config_groups[] contain the options which have parameter, but some
> legcy options haven't been added to vm_config_groups[].

s/legcy/legacy/

> 
> All the options can be found in qemu-options.hx, this patch used two
> new marcos to generate two tables, we can check if the option name is

s/marcos/macros/

> valid and if the option has arguments.
> 
> This patch also try to visit all the options in option_names[], then
> we won't lost the legacy options that weren't added to vm_config_groups[].

s/lost/lose/

> The options have no arguments will also be returned (eg: -enable-fips)

s/options/options that/

> 
> Signed-off-by: Amos Kong <address@hidden>
> ---
>  util/qemu-config.c | 41 +++++++++++++++++++++++++++++++++++------
>  1 file changed, 35 insertions(+), 6 deletions(-)
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]