Re: [Qemu-devel] [PATCH 1/4] QMP: Add QEMU's version to the greeting message

2010-02-10 Thread Anthony Liguori
On 02/04/2010 02:10 PM, Luiz Capitulino wrote: With capability negotiation support clients will only have a chance to check QEMU's version (ie. issue 'query-version') after the negotiation procedure is done. It might be useful to clients to check QEMU's version before negotiating features, thoug

[Qemu-devel] [PATCH 1/4] QMP: Add QEMU's version to the greeting message

2010-02-04 Thread Luiz Capitulino
With capability negotiation support clients will only have a chance to check QEMU's version (ie. issue 'query-version') after the negotiation procedure is done. It might be useful to clients to check QEMU's version before negotiating features, though. To allow that, this commit adds the QEMU's ve

Re: [Qemu-devel] [PATCH 1/4] QMP: Add QEMU's version to the greeting message

2010-02-04 Thread Markus Armbruster
Luiz Capitulino writes: > With capability negotiation support clients will only have a chance > to check QEMU's version (ie. issue 'query-version') after the > negotiation procedure is done. > > It might be useful to clients to check QEMU's version before > negotiating features, though. > > To al

[Qemu-devel] [PATCH 1/4] QMP: Add QEMU's version to the greeting message

2010-02-04 Thread Luiz Capitulino
With capability negotiation support clients will only have a chance to check QEMU's version (ie. issue 'query-version') after the negotiation procedure is done. It might be useful to clients to check QEMU's version before negotiating features, though. To allow that, this commit adds the QEMU's ve