aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 10:28:47 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:26 +0100
commit35db41e5dcf8b9bad6751be41d1cc87aa2272a55 (patch)
tree8abe417f7b6239fc81e22742f8a8b2641659a511 /docs
parent135b238e5d622b32ad90b94f25d86a180beb884c (diff)
downloadqemu-35db41e5dcf8b9bad6751be41d1cc87aa2272a55.zip
qemu-35db41e5dcf8b9bad6751be41d1cc87aa2272a55.tar.gz
qemu-35db41e5dcf8b9bad6751be41d1cc87aa2272a55.tar.bz2
qmp-commands: move 'migrate-set-parameters' 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.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 5fbe938..387cb32 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -2458,30 +2458,6 @@ Example:
]
}
-migrate-set-parameters
-----------------------
-
-Set migration parameters
-
-- "compress-level": set compression level during migration (json-int)
-- "compress-threads": set compression thread count for migration (json-int)
-- "decompress-threads": set decompression thread count for migration (json-int)
-- "cpu-throttle-initial": set initial percentage of time guest cpus are
- throttled for auto-converge (json-int)
-- "cpu-throttle-increment": set throttle increasing percentage for
- auto-converge (json-int)
-- "max-bandwidth": set maximum speed for migrations (in bytes/sec) (json-int)
-- "downtime-limit": set maximum tolerated downtime (in milliseconds) for
- migrations (json-int)
-- "x-checkpoint-delay": set the delay time for periodic checkpoint (json-int)
-
-Arguments:
-
-Example:
-
--> { "execute": "migrate-set-parameters" , "arguments":
- { "compress-level": 1 } }
-
query-migrate-parameters
------------------------