diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:26:12 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:29 +0100 |
commit | a4df6eff46e366e8c6ac69d93ea59f95ebd802fc (patch) | |
tree | 9e06ae90ea284ce689806d2be57ffd9ba8ea6d93 /docs | |
parent | 2ea72beb9f9f561c66b9bacfee61d0fb96d4f15b (diff) |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-commands.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 73fef658f8..d7104e8721 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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 ---------------------- |