mirror of https://gitee.com/openkylin/qemu.git
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:
parent
2ea72beb9f
commit
a4df6eff46
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -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' } }
|
||||
|
||||
|
|
Loading…
Reference in New Issue