diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 10:28:47 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:26 +0100 |
commit | 35db41e5dcf8b9bad6751be41d1cc87aa2272a55 (patch) | |
tree | 8abe417f7b6239fc81e22742f8a8b2641659a511 /qapi-schema.json | |
parent | 135b238e5d622b32ad90b94f25d86a180beb884c (diff) |
qmp-commands: move 'migrate-set-parameters' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index fb2f42864e..a03a98b7c9 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -947,6 +947,12 @@ # Set various migration parameters. See MigrationParameters for details. # # Since: 2.4 +# +# Example: +# +# -> { "execute": "migrate-set-parameters" , +# "arguments": { "compress-level": 1 } } +# ## { 'command': 'migrate-set-parameters', 'boxed': true, 'data': 'MigrationParameters' } |