qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] QMP: Introduce query-qdm
@ 2010-07-19 16:51 Miguel Di Ciurcio Filho
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Miguel Di Ciurcio Filho @ 2010-07-19 16:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, lcapitulino, Miguel Di Ciurcio Filho, avi

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-21 18:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19 16:51 [Qemu-devel] [PATCH v3 0/2] QMP: Introduce query-qdm Miguel Di Ciurcio Filho
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

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).