qmp-commands: move 'migrate-incoming' 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:
Marc-André Lureau 2016-06-23 13:24:40 +02:00 committed by Markus Armbruster
parent b3ac5a0de9
commit dbdbddb96e
2 changed files with 18 additions and 23 deletions

View file

@ -219,26 +219,6 @@ Example:
"arguments": { "enable": true } }
<- { "return": {} }
migrate-incoming
----------------
Continue an incoming migration
Arguments:
- "uri": Source/listening URI (json-string)
Example:
-> { "execute": "migrate-incoming", "arguments": { "uri": "tcp::4446" } }
<- { "return": {} }
Notes:
(1) QEMU must be started with -incoming defer to allow migrate-incoming to
be used
(2) The uri format is the same as for -incoming
migrate-set-cache-size
----------------------