qemu-devel
[Top][All Lists]
Advanced

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

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


From: Amos Kong
Subject: [Qemu-devel] [PATCH v6 0/3] fix query-command-line-options
Date: Thu, 27 Mar 2014 14:57:00 +0800

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

More discussion:
 http://marc.info/?l=qemu-devel&m=139081830416684&w=2
 https://www.redhat.com/archives/libvir-list/2014-March/msg00318.html

V2: remove duplicate option tables, update schema (eric)
V3: fix typo in commitlog and export qemu_options talbe (eric)
V4: avoid the duplicate static table (eric)
V5: rename new field, other fix (markus)
V6: add implied-name (eric, markus)

Thanks for your review!

Amos Kong (3):
  qmp: rename query_option_descs() to get_param_info()
  query-command-line-options: expose implicit parameter name
  query-command-line-options: query all the options in qemu-options.hx

 qapi-schema.json   | 16 +++++++++++++---
 qemu-options.h     | 12 ++++++++++++
 util/qemu-config.c | 52 ++++++++++++++++++++++++++++++++++++++--------------
 vl.c               | 19 ++-----------------
 4 files changed, 65 insertions(+), 34 deletions(-)

-- 
1.8.5.3




reply via email to

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