From: Miguel Di Ciurcio Filho <miguel.filho@gmail.com>
To: qemu-devel@nongnu.org
Cc: armbru@redhat.com, lcapitulino@redhat.com,
Miguel Di Ciurcio Filho <miguel.filho@gmail.com>,
avi@redhat.com
Subject: [Qemu-devel] [PATCH v3 0/2] QMP: Introduce query-qdm
Date: Mon, 19 Jul 2010 13:51:25 -0300 [thread overview]
Message-ID: <1279558287-9446-1-git-send-email-miguel.filho@gmail.com> (raw)
This series introduces the documentation for the query-qdm command and the
conversion of the monitor command 'info qdm' to QMP.
The documentation and code are based on a patch previously sent to qemu-devel
by Daniel P. Berrange:
http://lists.gnu.org/archive/html/qemu-devel/2010-06/msg00931.html
Changelog from v2
-----------------
- added IDE and s390-virtio as possible values for "bus"
- specify that the "properties" list is optional, in case the device doesn't
have anything to be setup
- reworded the explanation of "creatable"
- reverted the qdev/qmp split, just use "type" and its json equivalent
representation
- do not list legacy stuff: PROP_TYPE_(VLAN|PTR|UNSPEC)
Changelog from v1
-----------------
- renamed "props" to "properties"
- updated the examples
- reworded the explanations of "name" and "description"
- split "type" into a json-object, adding "qmp" and "qdev"
- list all possible values for "bus"
- list all possible values for "qdev" on "type"
- list all possible values for "qmp" on "type"
Changes from the Daniel's original patch:
- Split the patch in two, taking out the documentation from the code
- Reworded some parts of the documentation and added data types
- Small cleanups and renamed do_info_devices() to do_info_qdm()
- Added do_info_qdm_print() to be used in the monitor
Regards,
Miguel
---
Miguel Di Ciurcio Filho (2):
QMP: Introduce the documentation for query-qdm
monitor: Convert 'info qdm' to QMP
hw/qdev.c | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
hw/qdev.h | 3 +-
monitor.c | 3 +-
qemu-monitor.hx | 71 +++++++++++++++++++++++++++++++++++
4 files changed, 183 insertions(+), 4 deletions(-)
next reply other threads:[~2010-07-19 16:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 16:51 Miguel Di Ciurcio Filho [this message]
2010-07-19 16:51 ` [Qemu-devel] [PATCH v3 1/2] QMP: Introduce the documentation for query-qdm Miguel Di Ciurcio Filho
2010-07-19 16:51 ` [Qemu-devel] [PATCH v3 2/2] monitor: Convert 'info qdm' to QMP Miguel Di Ciurcio Filho
2010-07-21 17:42 ` [Qemu-devel] " Luiz Capitulino
2010-07-21 17:51 ` Daniel P. Berrange
2010-07-21 18:20 ` Luiz Capitulino
2010-07-21 18:30 ` Anthony Liguori
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=1279558287-9446-1-git-send-email-miguel.filho@gmail.com \
--to=miguel.filho@gmail.com \
--cc=armbru@redhat.com \
--cc=avi@redhat.com \
--cc=lcapitulino@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).