qmp-commands: move 'xen-set-global-dirty-log' doc to schema

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-06-23 13:26:12 +02:00 committed by Markus Armbruster
parent 2ea72beb9f
commit a4df6eff46
2 changed files with 7 additions and 15 deletions

View File

@ -186,21 +186,6 @@ Example:
"arguments": { "filename": "/tmp/resume" } }
<- { "return": {} }
xen-set-global-dirty-log
-------
Enable or disable the global dirty log mode.
Arguments:
- "enable": Enable it or disable it.
Example:
-> { "execute": "xen-set-global-dirty-log",
"arguments": { "enable": true } }
<- { "return": {} }
migrate-set-cache-size
----------------------

View File

@ -3059,6 +3059,13 @@
# Returns: nothing
#
# Since: 1.3
#
# Example:
#
# -> { "execute": "xen-set-global-dirty-log",
# "arguments": { "enable": true } }
# <- { "return": {} }
#
##
{ 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } }