From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPhU-0001WO-CN for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:24:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVPhR-0000nh-6Y for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:24:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPhR-0000nY-1H for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:24:49 -0500 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 3D56CC0C234A for ; Mon, 15 Feb 2016 20:24:48 +0000 (UTC) Date: Mon, 15 Feb 2016 20:24:44 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20160215202444.GH2671@work-vm> References: <1455561652-24025-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455561652-24025-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] vl: fix migration from prelaunch state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org * Paolo Bonzini (pbonzini@redhat.com) wrote: > Reproducer is simply to migrate a virtual machine that was started with -S. > > Signed-off-by: Paolo Bonzini Reviewed-by: Dr. David Alan Gilbert (I'm sure we have a bz for that as well somewhere) Dave > --- > vl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/vl.c b/vl.c > index 1ec62ac..e600f8d 100644 > --- a/vl.c > +++ b/vl.c > @@ -590,6 +590,7 @@ static const RunStateTransition runstate_transitions_def[] = { > { RUN_STATE_INMIGRATE, RUN_STATE_WATCHDOG }, > { RUN_STATE_INMIGRATE, RUN_STATE_GUEST_PANICKED }, > { RUN_STATE_INMIGRATE, RUN_STATE_FINISH_MIGRATE }, > + { RUN_STATE_INMIGRATE, RUN_STATE_PRELAUNCH }, > > { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED }, > { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE }, > -- > 2.5.0 > > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK