qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 01/11] QMP: Introduce specification file


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH 01/11] QMP: Introduce specification file
Date: Tue, 23 Jun 2009 08:40:58 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Avi Kivity wrote:
On 06/23/2009 04:12 PM, Anthony Liguori wrote:
Hi Luiz,

The specification looks pretty good.


+
+3.3.1 Server Greeting
+---------------------
+
+Sent when a new connection is opened.
+
+Format: + OK QEMU<version>  QMP<version>
+Example: + OK QEMU 0.10.50 QMP 0.1

Clients should never make decisions based on the qemu or qmp version. Rather, we should provide a facility to query the availability of features.

I agree, but I'd suggest leaving the QMP version in there for insurance purposes in case we really screw up and need to bump the version. In fact, having the client also negotiate the QMP version isn't a bad idea.

Agreed.

How would asynchronous commands work?

IMO, there aren't any. All commands are synchronous (but may cause events to be generated later).

At least today, there are quite a few commands that are synchronous and block. They would all have to be converted to events. For instance:

commit
change
screendump
savevm
loadvm
delvm
stop
cont
memsave
pmemsave
migrate
balloon

Regards,

Anthony Liguori




reply via email to

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