Re: [Qemu-devel] [PATCH 1/8] VNC: Use 'enabled' key instead of 'status'

2010-01-19 Thread Anthony Liguori
On 01/14/2010 10:50 AM, Luiz Capitulino wrote: Currently the 'status' key is a string whose value can be "disabled" or "enabled", change it to the QMP's standard 'enabled' key, which is a bool. Note that 'status' in being dropped and this wouldn't be allowed if QMP were stable. Signed-off-by: L

[Qemu-devel] [PATCH 1/8] VNC: Use 'enabled' key instead of 'status'

2010-01-14 Thread Luiz Capitulino
Currently the 'status' key is a string whose value can be "disabled" or "enabled", change it to the QMP's standard 'enabled' key, which is a bool. Note that 'status' in being dropped and this wouldn't be allowed if QMP were stable. Signed-off-by: Luiz Capitulino --- vnc.c | 10 +- 1 f