projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8880cc4
)
qapi: Set boolean value correctly in examples
author
Guoyi Tu
<tugy@chinatelecom.cn>
Fri, 27 Aug 2021 09:06:27 +0000
(17:06 +0800)
committer
Markus Armbruster
<armbru@redhat.com>
Fri, 3 Sep 2021 15:03:05 +0000
(17:03 +0200)
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>
qapi/trace.json
patch
|
blob
|
history
diff --git
a/qapi/trace.json
b/qapi/trace.json
index 47c68f04da7a349c50eae491a2ff4e01c78cddd1..eedfded51201a7da36dc4bf948021be36f145f67 100644
(file)
--- 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": {} }
#
##