aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:23:44 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:28 +0100
commitb3ac5a0de9b88454e42d0ee2755cc1083ccc25bb (patch)
treee3d19254ee09f11af264ed192d5b31f556e05685 /docs
parent01387ae5604d9ef26f25134b3bf266c341b9e973 (diff)
downloadqemu-b3ac5a0de9b88454e42d0ee2755cc1083ccc25bb.zip
qemu-b3ac5a0de9b88454e42d0ee2755cc1083ccc25bb.tar.gz
qemu-b3ac5a0de9b88454e42d0ee2755cc1083ccc25bb.tar.bz2
qmp-commands: move 'migrate' 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 f4645f5..7194ab1 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -219,30 +219,6 @@ Example:
"arguments": { "enable": true } }
<- { "return": {} }
-migrate
--------
-
-Migrate to URI.
-
-Arguments:
-
-- "blk": block migration, full disk copy (json-bool, optional)
-- "inc": incremental disk copy (json-bool, optional)
-- "uri": Destination URI (json-string)
-
-Example:
-
--> { "execute": "migrate", "arguments": { "uri": "tcp:0:4446" } }
-<- { "return": {} }
-
-Notes:
-
-(1) The 'query-migrate' command should be used to check migration's progress
- and final result (this information is provided by the 'status' member)
-(2) All boolean arguments default to false
-(3) The user Monitor's "detach" argument is invalid in QMP and should not
- be used
-
migrate-incoming
----------------