From: Juan Quintela Date: Tue, 28 Jul 2015 13:28:28 +0000 (+0200) Subject: migration: yet more possible state transitions X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2a6e6e59dfdeb0b98e744eb8f110a236f26a3ea4;p=qmiga%2Fqemu.git migration: yet more possible state transitions On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to the list of allowed states. Signed-off-by: Juan Quintela Reviewed-by: Juan Quintela --- diff --git a/vl.c b/vl.c index e211f6aa36..8d1846c06c 100644 --- a/vl.c +++ b/vl.c @@ -580,6 +580,7 @@ static const RunStateTransition runstate_transitions_def[] = { { RUN_STATE_INMIGRATE, RUN_STATE_SUSPENDED }, { RUN_STATE_INMIGRATE, RUN_STATE_WATCHDOG }, { RUN_STATE_INMIGRATE, RUN_STATE_GUEST_PANICKED }, + { RUN_STATE_INMIGRATE, RUN_STATE_FINISH_MIGRATE }, { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED }, { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },