Re: [Qemu-devel] [PATCH 1/8] QMP: Initial mode-oriented support

2010-02-01 Thread Markus Armbruster
Luiz Capitulino writes: > In order to have feature negotiation in QMP, the Monitor > has to be modified to support different modes of operation. > > We need two modes: > > o Handshake: where features are negotiated, only commands > which deal with protocol configuration are allowed > > o Operatio

[Qemu-devel] [PATCH 1/8] QMP: Initial mode-oriented support

2010-01-28 Thread Luiz Capitulino
In order to have feature negotiation in QMP, the Monitor has to be modified to support different modes of operation. We need two modes: o Handshake: where features are negotiated, only commands which deal with protocol configuration are allowed o Operational: regular Monitor operations, all hand