diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 10:25:56 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:26 +0100 |
commit | 0a0bb9644212cce5f906280d543dd73c88f866db (patch) | |
tree | 1777195759e966bd3a6fd613b264cd9e331d7d75 /qapi-schema.json | |
parent | 104b1caf0544292ab27c9281bb48b0d9bd098658 (diff) |
qmp-commands: move 'migrate-set-capabilities' 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 6ea311c8a3..34712f223e 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -846,6 +846,12 @@ # @capabilities: json array of capability modifications to make # # Since: 1.2 +# +# Example: +# +# -> { "execute": "migrate-set-capabilities" , "arguments": +# { "capabilities": [ { "capability": "xbzrle", "state": true } ] } } +# ## { 'command': 'migrate-set-capabilities', 'data': { 'capabilities': ['MigrationCapabilityStatus'] } } |