diff options
| author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2017-10-20 10:05:54 +0100 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2017-10-23 18:03:31 +0200 |
| commit | 94ae12cba4f18253e3cf5f9a70335e22870053b4 (patch) | |
| tree | 8fb298a79f6091d344c5df73e4aa81be500df3a1 /hmp-commands.hx | |
| parent | 89cfc02cb6e3fdaf8ae246493ea51e75be2818c1 (diff) | |
| download | focaccia-qemu-94ae12cba4f18253e3cf5f9a70335e22870053b4.tar.gz focaccia-qemu-94ae12cba4f18253e3cf5f9a70335e22870053b4.zip | |
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>
Diffstat (limited to 'hmp-commands.hx')
| -rw-r--r-- | hmp-commands.hx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 1941e19932..4afd57cf5f 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -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 { |