From: Anthony Liguori <anthony@codemonkey.ws>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: armbru@redhat.com, aliguori@us.ibm.com, dlaor@redhat.com,
qemu-devel@nongnu.org, avi@redhat.com
Subject: Re: [Qemu-devel] QMP forward compatibility support
Date: Mon, 11 Jan 2010 18:24:24 -0600 [thread overview]
Message-ID: <4B4BC138.1000500@codemonkey.ws> (raw)
In-Reply-To: <20100111220436.14c662a5@doriath>
On 01/11/2010 06:04 PM, Luiz Capitulino wrote:
>
> As async messages were one of the reasons for having QMP, I thought
> that there was a consensus that making it part of the "original"
> protocol was ok, meaning that they would be always available.
>
> That's the only reason.
>
Right, but then it's not a capability, it's a core feature. I just
think it would be odd to advertise something as a capability and have it
not behave like other ones.
>>> 3. We should add command(s) to enable/disable protocol features
>>>
>>> 4. Proper feature negotiation is done in pause mode. That's, clients
>>> interested in enabling new protocol features should start QEMU in
>>> pause mode and enable the features they are interested in using
>>>
>>>
>> Why does this matter?
>>
>> We should be careful to support connecting to a VM long after it's been
>> started so any requirement like this is likely to cause trouble.
>>
> If I understood Markus's concerns correctly, he thinks that feature
> negotiation should happen before the protocol is "running", ie. make
> it part of the initial handshake.
>
I think forcing the negotiation before executing any commands is a good
idea. But I don't think requiring the guest not to be running is
necessary or even useful.
You don't want to have to support disabling and enabling features in the
middle of a protocol session because then you have to deal with weird
semantics.
> Now, if everything is disabled by default and qemu might be running
> already, do we really need to have a handshake?
>
I think it's valuable to have a discrete period of time when no commands
have been executed where features can be enabled. It simplifies some
nasty edge conditions regarding enabling features while there are
outstanding commands in flight.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2010-01-12 0:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-11 18:34 [Qemu-devel] QMP forward compatibility support Luiz Capitulino
2010-01-11 18:57 ` Anthony Liguori
2010-01-11 19:49 ` Daniel P. Berrange
2010-01-12 0:04 ` Luiz Capitulino
2010-01-12 0:24 ` Anthony Liguori [this message]
2010-01-12 8:16 ` Markus Armbruster
2010-01-12 12:19 ` Luiz Capitulino
2010-01-12 12:11 ` Luiz Capitulino
2010-01-13 16:53 ` Markus Armbruster
2010-01-13 17:06 ` Luiz Capitulino
2010-01-13 17:38 ` Markus Armbruster
2010-01-13 17:43 ` Luiz Capitulino
2010-01-14 0:01 ` Jamie Lokier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B4BC138.1000500@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=avi@redhat.com \
--cc=dlaor@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).