diff options
author | Peter Xu <peterx@redhat.com> | 2018-05-02 18:47:37 +0800 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2018-05-15 22:12:41 +0200 |
commit | 3b563c4be01f42d2a4e641d50736bd5ac8e3b15f (patch) | |
tree | 0af17a17b6c181a6b73ab1999a33be772a26a3da /hmp-commands.hx | |
parent | 02affd41b1157c511ea7fd0cc0bc61a07d9696b1 (diff) | |
download | qemu-3b563c4be01f42d2a4e641d50736bd5ac8e3b15f.zip qemu-3b563c4be01f42d2a4e641d50736bd5ac8e3b15f.tar.gz qemu-3b563c4be01f42d2a4e641d50736bd5ac8e3b15f.tar.bz2 |
hmp/migration: add migrate_recover command
Sister command to migrate-recover in QMP.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180502104740.12123-22-peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index a7051ee..2fa387d 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -957,7 +957,20 @@ STEXI @findex migrate_incoming Continue an incoming migration using the @var{uri} (that has the same syntax as the -incoming option). +ETEXI + { + .name = "migrate_recover", + .args_type = "uri:s", + .params = "uri", + .help = "Continue a paused incoming postcopy migration", + .cmd = hmp_migrate_recover, + }, + +STEXI +@item migrate_recover @var{uri} +@findex migrate_recover +Continue a paused incoming postcopy migration using the @var{uri}. ETEXI { |