mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
qapi: Set boolean value correctly in examples
Signed-off-by: Guoyi Tu <tugy@chinatelecom.cn> Message-Id: <a21a2b61-2653-a2c9-4478-715e5fb19120@chinatelecom.cn> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
8880cc4362
commit
3e038d7d7a
@ -99,7 +99,7 @@
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "trace-event-set-state",
|
||||
# "arguments": { "name": "qemu_memalign", "enable": "true" } }
|
||||
# "arguments": { "name": "qemu_memalign", "enable": true } }
|
||||
# <- { "return": {} }
|
||||
#
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user