mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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
2 changed files with 7 additions and 15 deletions
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue