[libvirt] [PCTCH v2 2/2] query-command-line-options: query all the options in qemu-options.hx

2014-03-03 Thread Amos Kong
vm_config_groups[] only contains part of the options which have argument, and all options which have no argument isn't added to vm_config_groups[]. Current query-command-line-options only checkes options from vm_config_groups[], so some options will be lost. We have some macros in qemu-options.hx

Re: [libvirt] [PCTCH v2 2/2] query-command-line-options: query all the options in qemu-options.hx

2014-03-03 Thread Eric Blake
On 03/03/2014 10:41 AM, Amos Kong wrote: s/PCTCH/PATCH/ in the subject, although it doesn't affect patch application. vm_config_groups[] only contains part of the options which have argument, and all options which have no argument isn't added to s/isn't/aren't/ vm_config_groups[]. Current