mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00: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:
@@ -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
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user