diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-04-01 10:20:28 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-04-05 12:30:45 +0200 |
commit | 8230f3389c7d7215d0c3946d415f54b3e9c07f73 (patch) | |
tree | 633890c2887fce58754213ce03388e8aea0b216e /qapi | |
parent | 7c90031d8057b8c539b75d96adb23ac78d00c149 (diff) |
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>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/migration.json | 2 |
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} } # ## |