Re: [Qemu-devel] [PATCH 4/8] QMP: Introduce qmp_switch_mode command

2010-02-01 Thread Luiz Capitulino
On Mon, 01 Feb 2010 18:04:04 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > It will be used to switch between "handshake" and "operational" > > modes. Currently it doesn't have any practical effect, as > > mode-oriented support is not enforced yet. > > > > Usage example: > > > >

Re: [Qemu-devel] [PATCH 4/8] QMP: Introduce qmp_switch_mode command

2010-02-01 Thread Markus Armbruster
Luiz Capitulino writes: > It will be used to switch between "handshake" and "operational" > modes. Currently it doesn't have any practical effect, as > mode-oriented support is not enforced yet. > > Usage example: > > { "execute": "qmp_switch_mode", "arguments": { "mode": "operational" } } > > Si

[Qemu-devel] [PATCH 4/8] QMP: Introduce qmp_switch_mode command

2010-01-28 Thread Luiz Capitulino
It will be used to switch between "handshake" and "operational" modes. Currently it doesn't have any practical effect, as mode-oriented support is not enforced yet. Usage example: { "execute": "qmp_switch_mode", "arguments": { "mode": "operational" } } Signed-off-by: Luiz Capitulino --- monito