summary refs log tree commit diff stats
path: root/monitor.c
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2013-03-25 15:48:46 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2013-03-25 16:21:33 -0400
commite5ecec7bad7b679aa11ab788424bc0e1705be15b (patch)
tree6feafece3e0b27009226bf3c58a983c57cc0f563 /monitor.c
parent28c4fa32bd76268320d44db5d82e0d18fbc7c864 (diff)
downloadfocaccia-qemu-e5ecec7bad7b679aa11ab788424bc0e1705be15b.tar.gz
focaccia-qemu-e5ecec7bad7b679aa11ab788424bc0e1705be15b.zip
qmp: fix handling of boolean values in qmp-shell
qmp-shell converts only integer arguments and the rest
is assumed to be strings which are faithfully sent as
quoted strings by json. But QEMU refuses to accept qmp
command with boolean argument whose value is escaped
as string.

Fix it by special-casing true/false keywords and store
value as corresponding boolean.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'monitor.c')
0 files changed, 0 insertions, 0 deletions