mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Add migrate_incoming
Add migrate_incoming/migrate-incoming to start an incoming migration. Once a qemu has been started with -incoming defer the migration can be started by issuing: migrate_incoming uri Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
adde220a93
commit
bf1ae1f4dc
6 changed files with 95 additions and 1 deletions
|
@ -919,6 +919,22 @@ STEXI
|
|||
@findex migrate_cancel
|
||||
Cancel the current VM migration.
|
||||
|
||||
ETEXI
|
||||
|
||||
{
|
||||
.name = "migrate_incoming",
|
||||
.args_type = "uri:s",
|
||||
.params = "uri",
|
||||
.help = "Continue an incoming migration from an -incoming defer",
|
||||
.mhandler.cmd = hmp_migrate_incoming,
|
||||
},
|
||||
|
||||
STEXI
|
||||
@item migrate_incoming @var{uri}
|
||||
@findex migrate_incoming
|
||||
Continue an incoming migration using the @var{uri} (that has the same syntax
|
||||
as the -incoming option).
|
||||
|
||||
ETEXI
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue