From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK6fc-0002Um-6S for qemu-devel@nongnu.org; Tue, 28 Jul 2015 11:19:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK6fX-0004Eq-N3 for qemu-devel@nongnu.org; Tue, 28 Jul 2015 11:19:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK6fX-0004Eh-Is for qemu-devel@nongnu.org; Tue, 28 Jul 2015 11:19:51 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 4E5ECBACC7 for ; Tue, 28 Jul 2015 15:19:51 +0000 (UTC) From: Juan Quintela In-Reply-To: <1438090233-5800-1-git-send-email-quintela@redhat.com> (Juan Quintela's message of "Tue, 28 Jul 2015 15:30:33 +0200") References: <1438090233-5800-1-git-send-email-quintela@redhat.com> Date: Tue, 28 Jul 2015 17:19:49 +0200 Message-ID: <87a8ugtilm.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com Juan Quintela wrote: > On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to > the list of allowed states. > > Signed-off-by: Juan Quintela Self-NAK. Somewhere I was able to test old + new qemu given this weird behaviour. behaviour makes no sense, and I am not able to reproduce anymore. Sorry for the noise. > --- > vl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/vl.c b/vl.c > index 0adbbd6..45eb9ea 100644 > --- a/vl.c > +++ b/vl.c > @@ -582,6 +582,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 },