mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
migration/hmp: add migrate_pause command
Wrapper for QMP command "migrate-pause". Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20180502104740.12123-25-peterx@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
bfbf89c2b5
commit
d37297dc66
3 changed files with 24 additions and 0 deletions
|
|
@ -971,6 +971,20 @@ STEXI
|
|||
@item migrate_recover @var{uri}
|
||||
@findex migrate_recover
|
||||
Continue a paused incoming postcopy migration using the @var{uri}.
|
||||
ETEXI
|
||||
|
||||
{
|
||||
.name = "migrate_pause",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "Pause an ongoing migration (postcopy-only)",
|
||||
.cmd = hmp_migrate_pause,
|
||||
},
|
||||
|
||||
STEXI
|
||||
@item migrate_pause
|
||||
@findex migrate_pause
|
||||
Pause an ongoing migration. Currently it only supports postcopy.
|
||||
ETEXI
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue