projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c90031
)
qapi: Fix calc-dirty-rate example
author
Markus Armbruster
<armbru@redhat.com>
Fri, 1 Apr 2022 08:20:28 +0000
(10:20 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Tue, 5 Apr 2022 10:30:45 +0000
(12:30 +0200)
The example shows {"command": ...}, which is wrong. Fix it to
{"execute": ...}.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <
20220401082028
.
3583296
-1-armbru@redhat.com>
Reviewed-by: Victor Toso <victortoso@redhat.com>
qapi/migration.json
patch
|
blob
|
history
diff --git
a/qapi/migration.json
b/qapi/migration.json
index f74777608a33090a6e5088325d31bb6344c28473..27d7b281581df210a3289eae4e40bf863db4be3e 100644
(file)
--- a/
qapi/migration.json
+++ b/
qapi/migration.json
@@
-1845,7
+1845,7
@@
# Since: 5.2
#
# Example:
-# {"
command
": "calc-dirty-rate", "arguments": {"calc-time": 1,
+# {"
execute
": "calc-dirty-rate", "arguments": {"calc-time": 1,
# 'sample-pages': 512} }
#
##