[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree |
Date: |
Thu, 24 Sep 2009 00:37:53 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) |
Luiz Capitulino <address@hidden> writes:
[...]
> 2.2 Server Greeting
> -------------------
>
> Right when connected the Server will issue a greeting message, which signals
> that the connection has been successfully established and that the Server is
> waiting for commands.
>
> The format is:
>
> { "QEMU": json-string, "QMP": json-string, "capabilities": json-array }
>
> Where,
>
> - The "QEMU" member contains the QEMU version
> - The "QMP" member contains the QMP version
> - The "capabilities" member specify the availability of features beyond the
> baseline specification
What about capability negotiation? Server offers capabilities, client
can accept or decline them.
[...]
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree, Luiz Capitulino, 2009/09/23
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree, Daniel P. Berrange, 2009/09/23
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree,
Markus Armbruster <=
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree, Markus Armbruster, 2009/09/24
Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree, Luiz Capitulino, 2009/09/24