qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Amos Kong <akong@redhat.com>
To: qemu-devel@nongnu.org
Cc: libvirt-list@redhat.com, armbru@redhat.com,
	anthony@codemonkey.ws, pbonzini@redhat.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH v6 0/3] fix query-command-line-options
Date: Thu, 27 Mar 2014 14:57:00 +0800	[thread overview]
Message-ID: <1395903423-19975-1-git-send-email-akong@redhat.com> (raw)

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	other threads:[~2014-03-27  6:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-27  6:57 Amos Kong [this message]
2014-03-27  6:57 ` [Qemu-devel] [PATCH v6 1/3] qmp: rename query_option_descs() to get_param_info() Amos Kong
2014-03-27  6:57 ` [Qemu-devel] [PATCH v6 2/3] query-command-line-options: expose implicit parameter name Amos Kong
2014-03-27  6:57 ` [Qemu-devel] [PATCH v6 3/3] query-command-line-options: query all the options in qemu-options.hx Amos Kong
2014-03-27  7:16 ` [Qemu-devel] [PATCH v6 0/3] fix query-command-line-options Amos Kong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1395903423-19975-1-git-send-email-akong@redhat.com \
    --to=akong@redhat.com \
    --cc=afaerber@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=armbru@redhat.com \
    --cc=libvirt-list@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).