qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] QMP: update 'query-version'


From: Miguel Di Ciurcio Filho
Subject: [Qemu-devel] [PATCH 0/2] QMP: update 'query-version'
Date: Mon, 9 Aug 2010 14:00:54 -0300

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




reply via email to

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