From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMIG3-0005UF-4J for qemu-devel@nongnu.org; Mon, 03 Aug 2015 12:06:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMIFz-0002Q0-VZ for qemu-devel@nongnu.org; Mon, 03 Aug 2015 12:06:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMIFz-0002Pr-NY for qemu-devel@nongnu.org; Mon, 03 Aug 2015 12:06:31 -0400 Date: Mon, 3 Aug 2015 21:36:28 +0530 From: Amit Shah Message-ID: <20150803160628.GC28564@grmbl.mre> References: <1438612161-15822-1-git-send-email-anthony.perard@citrix.com> <1438612161-15822-2-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH for-2.4 v3 1/3] migration: Fix global state with Xen. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Anthony PERARD , Juan Quintela , Stefano Stabellini , QEMU-devel , Xen Devel On (Mon) 03 Aug 2015 [15:53:57], Stefano Stabellini wrote: > On Mon, 3 Aug 2015, Anthony PERARD wrote: > > When doing migration via the QMP command xen_save_devices_state, the > > current runstate is not store into the global state section. Also the > > current runstate is not the one we want on the receiver side. > > > > During migration, the Xen toolstack paused QEMU before save the devices > > state. Also, the toolstack expect QEMU to autostart when the migration is > > finished. > > So this patch store "running" as it's current runstate. > > > > Signed-off-by: Anthony PERARD > > Amit, Juan, > > if you are OK with this patch, I'll send a pull request with it and > patch #3. Juan is away for the week. I'm fine with patches 1 and 3 here; you may pick them up, thanks. Amit