qemu-devel
[Top][All Lists]
Advanced

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

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


From: Amos Kong
Subject: [Qemu-devel] [PATCH v3 0/2] fix query-command-line-options
Date: Tue, 4 Mar 2014 13:51:55 +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

V2: remove duplicate option tables, update schema
V3: fix typo in commitlog and export qemu_options talbe


Amos Kong (2):
  qmp: rename query_option_descs() to get_param_infolist()
  query-command-line-options: query all the options in qemu-options.hx

 qapi-schema.json   |  8 ++++++--
 qemu-options.h     | 18 ++++++++++++++++++
 util/qemu-config.c | 41 ++++++++++++++++++++++++++++++++---------
 vl.c               | 17 -----------------
 4 files changed, 56 insertions(+), 28 deletions(-)

-- 
1.8.5.3




reply via email to

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