From 02affd41b1157c511ea7fd0cc0bc61a07d9696b1 Mon Sep 17 00:00:00 2001 From: Peter Xu Date: Wed, 2 May 2018 18:47:36 +0800 Subject: qmp/migration: new command migrate-recover The first allow-oob=true command. It's used on destination side when the postcopy migration is paused and ready for a recovery. After execution, a new migration channel will be established for postcopy to continue. Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Peter Xu Message-Id: <20180502104740.12123-21-peterx@redhat.com> Signed-off-by: Juan Quintela --- s/2.12/2.13/ --- migration/savevm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'migration/savevm.c') diff --git a/migration/savevm.c b/migration/savevm.c index 8e7653badc..4251125831 100644 --- a/migration/savevm.c +++ b/migration/savevm.c @@ -2190,6 +2190,9 @@ static bool postcopy_pause_incoming(MigrationIncomingState *mis) { trace_postcopy_pause_incoming(); + /* Clear the triggered bit to allow one recovery */ + mis->postcopy_recover_triggered = false; + migrate_set_state(&mis->state, MIGRATION_STATUS_POSTCOPY_ACTIVE, MIGRATION_STATUS_POSTCOPY_PAUSED); -- cgit v1.2.3-55-g7522