qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] fix query-command-line-options
@ 2014-01-28  3:53 Amos Kong
  2014-01-28  3:53 ` [Qemu-devel] [PATCH 1/5] qmp: rename query_option_descs() to get_param_infolist() Amos Kong
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Amos Kong @ 2014-01-28  3:53 UTC (permalink / raw)
  To: qemu-devel
  Cc: jyang, laine, libvir-list, armbru, rjones, anthony, pbonzini,
	lcapitulino

This patchset fixed some issues of query-command-line-options:
  * some new options haven't arguments can't be queried. (eg: -enable-fips)
  * some legcy options have arguments can't be queried. (eg: -vnc display)

More discussion:
 http://marc.info/?l=qemu-devel&m=139081830416684&w=2

Amos Kong (5):
  qmp: rename query_option_descs() to get_param_infolist()
  introduce two marcos to dump the options info
  query-command-line-options: query all the options in qemu-options.hx
  introduce QEMU_OPTIONS_GENERATE_HELPMSG
  query-command-line-options: return help message for legacy options

 qapi-schema.json       |  5 ++++-
 qemu-options-wrapper.h | 27 +++++++++++++++++++++++++++
 util/qemu-config.c     | 50 +++++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 72 insertions(+), 10 deletions(-)

-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-02-17  8:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28  3:53 [Qemu-devel] [PATCH 0/5] fix query-command-line-options Amos Kong
2014-01-28  3:53 ` [Qemu-devel] [PATCH 1/5] qmp: rename query_option_descs() to get_param_infolist() Amos Kong
2014-02-12 20:33   ` Eric Blake
2014-01-28  3:53 ` [Qemu-devel] [PATCH 2/5] introduce two marcos to dump the options info Amos Kong
2014-02-11 10:55   ` Markus Armbruster
2014-02-12 20:37   ` Eric Blake
2014-01-28  3:53 ` [Qemu-devel] [PATCH 3/5] query-command-line-options: query all the options in qemu-options.hx Amos Kong
2014-02-11 12:03   ` Markus Armbruster
2014-02-17  8:26     ` Amos Kong
2014-02-12 20:39   ` Eric Blake
2014-01-28  3:53 ` [Qemu-devel] [PATCH 4/5] introduce QEMU_OPTIONS_GENERATE_HELPMSG Amos Kong
2014-02-11 12:03   ` Markus Armbruster
2014-02-12 20:41   ` Eric Blake
2014-01-28  3:53 ` [Qemu-devel] [PATCH 5/5] query-command-line-options: return help message for legacy options Amos Kong
2014-02-11 12:19   ` Markus Armbruster
2014-02-12 20:48     ` Eric Blake
2014-02-17  8:49     ` Amos Kong
2014-02-12 21:00   ` Eric Blake
2014-02-17  8:56     ` Amos Kong
2014-02-10 20:26 ` [Qemu-devel] [PATCH 0/5] fix query-command-line-options Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).