mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migrate: HMP migate_continue
HMP equivalent to the just added migrate-continue Unpause a migrate paused at a given state. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
89cfc02cb6
commit
94ae12cba4
3 changed files with 26 additions and 0 deletions
|
@ -959,7 +959,19 @@ STEXI
|
|||
@item migrate_cancel
|
||||
@findex migrate_cancel
|
||||
Cancel the current VM migration.
|
||||
ETEXI
|
||||
|
||||
{
|
||||
.name = "migrate_continue",
|
||||
.args_type = "state:s",
|
||||
.params = "state",
|
||||
.help = "Continue migration from the given paused state",
|
||||
.cmd = hmp_migrate_continue,
|
||||
},
|
||||
STEXI
|
||||
@item migrate_continue @var{state}
|
||||
@findex migrate_continue
|
||||
Continue migration from the paused state @var{state}
|
||||
ETEXI
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue