aboutsummaryrefslogtreecommitdiff
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 73fef65..d7104e8 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
----------------------