VNC: Use 'enabled' key instead of 'status'
commit8950a950705021351c40bf8563a7e69daf0ff723
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 14 Jan 2010 16:50:52 +0000 (14 14:50 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 19 Jan 2010 22:31:03 +0000 (19 16:31 -0600)
treee6b1d75988864e29d888ec906e691649c3e7fb3a
parent3b9d7e662160bdc1381d190ce395a9a139a13117
VNC: Use 'enabled' key instead of 'status'

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 <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vnc.c