qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] fix query-command-line-options


From: Amos Kong
Subject: [Qemu-devel] [PATCH 0/5] fix query-command-line-options
Date: Tue, 28 Jan 2014 11:53:45 +0800

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




reply via email to

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