summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2022-04-01 10:20:28 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-04-05 12:30:45 +0200
commit8230f3389c7d7215d0c3946d415f54b3e9c07f73 (patch)
tree633890c2887fce58754213ce03388e8aea0b216e
parent7c90031d8057b8c539b75d96adb23ac78d00c149 (diff)
downloadfocaccia-qemu-8230f3389c7d7215d0c3946d415f54b3e9c07f73.tar.gz
focaccia-qemu-8230f3389c7d7215d0c3946d415f54b3e9c07f73.zip
qapi: Fix calc-dirty-rate example
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>
-rw-r--r--qapi/migration.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index f74777608a..27d7b28158 100644
--- 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} }
 #
 ##