All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] QMP unstable tree status
@ 2009-11-13 19:56 Luiz Capitulino
  0 siblings, 0 replies; only message in thread
From: Luiz Capitulino @ 2009-11-13 19:56 UTC (permalink / raw)
  To: qemu-devel


 Hi there,

 I've updated my QMP patches to work on top of Anthony's QJSON and my
conversion series.

 I was planning to post them as an RFC today, but turns out that there are
issues to be fixed and some cleanup to be done.

 Anyway, it's already in the master branch of my qmp-unstable tree:

http://repo.or.cz/w/qemu/qmp-unstable.git

 The most annoying issue is the lack of error handling, I've added some
simple checks but currently it isn't possible to know what went wrong.

 Here goes an example of a simple session:

"""
$ qemu [...] -monitor control,tcp:localhost:4444,server

[...]

$ telnet localhost 4444
Trying ::1...
Connected to localhost.
Escape character is '^]'.
{ "QMP": { "capabilities": [] } }
{ "execute": "info", "id": 42, "arguments": { "item": "version" } }
{"timestamp": "", "return": "0.11.50", "id": 42}
"""

 The QMP wiki page contains up to date information about the
conversion work:

http://www.linux-kvm.org/page/MonitorProtocol

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-13 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-13 19:56 [Qemu-devel] QMP unstable tree status Luiz Capitulino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.