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

Amos Kong akong at redhat.com
Tue Jan 28 03:53:45 UTC 2014


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




More information about the libvir-list mailing list