qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] QMP: update 'query-version'
@ 2010-08-09 17:00 Miguel Di Ciurcio Filho
  2010-08-09 17:00 ` [Qemu-devel] [PATCH 1/2] QMP: update 'query-version' documentation Miguel Di Ciurcio Filho
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Miguel Di Ciurcio Filho @ 2010-08-09 17:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Miguel Di Ciurcio Filho, armbru, lcapitulino

This series changes how QMP exports the version of QEMU to clients.

Current behavior:
{"QMP": {"version": {"qemu": "0.13.50", "package": ""}, "capabilities": []}}

New behavior:
{"QMP": {"version": {"qemu": {"micro": 50, "minor": 13, "major": 0}, "package":
""}, "capabilities": []}}

Clients will no longer need to parse the entire string.

Regards,

Miguel

---

Miguel Di Ciurcio Filho (2):
  QMP: update 'query-version' documentation
  QMP/monitor: update do_info_version() to output broken down version
    string

 monitor.c       |   23 +++++++++++++++++++----
 qemu-monitor.hx |   16 ++++++++++++++--
 2 files changed, 33 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2010-08-26 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 17:00 [Qemu-devel] [PATCH 0/2] QMP: update 'query-version' Miguel Di Ciurcio Filho
2010-08-09 17:00 ` [Qemu-devel] [PATCH 1/2] QMP: update 'query-version' documentation Miguel Di Ciurcio Filho
2010-08-09 17:00 ` [Qemu-devel] [PATCH 2/2] QMP/monitor: update do_info_version() to output broken down version string Miguel Di Ciurcio Filho
2010-08-09 18:09   ` malc
2010-08-26 13:07 ` [Qemu-devel] Re: [PATCH 0/2] QMP: update 'query-version' Luiz Capitulino

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