From: Guoyi Tu Date: Fri, 27 Aug 2021 09:06:27 +0000 (+0800) Subject: qapi: Set boolean value correctly in examples X-Git-Tag: v6.2.0-rc0~117^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e038d7d7a2616e12a07b08df6a9c9239ff7f228;p=thirdparty%2Fqemu.git qapi: Set boolean value correctly in examples Signed-off-by: Guoyi Tu Message-Id: Reviewed-by: Eric Blake Signed-off-by: Markus Armbruster --- diff --git a/qapi/trace.json b/qapi/trace.json index 47c68f04da7..eedfded5120 100644 --- a/qapi/trace.json +++ b/qapi/trace.json @@ -99,7 +99,7 @@ # Example: # # -> { "execute": "trace-event-set-state", -# "arguments": { "name": "qemu_memalign", "enable": "true" } } +# "arguments": { "name": "qemu_memalign", "enable": true } } # <- { "return": {} } # ##