mirror of https://github.com/xemu-project/xemu.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" } }
|
"arguments": { "filename": "/tmp/resume" } }
|
||||||
<- { "return": {} }
|
<- { "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
|
migrate-set-cache-size
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -3059,6 +3059,13 @@
|
||||||
# Returns: nothing
|
# Returns: nothing
|
||||||
#
|
#
|
||||||
# Since: 1.3
|
# Since: 1.3
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "xen-set-global-dirty-log",
|
||||||
|
# "arguments": { "enable": true } }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } }
|
{ 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue