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:
Guoyi Tu 2021-08-27 17:06:27 +08:00 committed by Markus Armbruster
parent 8880cc4362
commit 3e038d7d7a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
# Example:
#
# -> { "execute": "trace-event-set-state",
# "arguments": { "name": "qemu_memalign", "enable": "true" } }
# "arguments": { "name": "qemu_memalign", "enable": true } }
# <- { "return": {} }
#
##