From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQEDP-0001l2-G3 for qemu-devel@nongnu.org; Fri, 04 May 2012 04:50:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQEDN-0001Li-MX for qemu-devel@nongnu.org; Fri, 04 May 2012 04:50:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQEDN-0001KJ-EZ for qemu-devel@nongnu.org; Fri, 04 May 2012 04:50:13 -0400 Message-ID: <4FA39840.7060902@redhat.com> Date: Fri, 04 May 2012 10:50:08 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1335559216-13849-1-git-send-email-lcapitulino@redhat.com> <1335559216-13849-3-git-send-email-lcapitulino@redhat.com> <4FA0DD87.6080302@redhat.com> <20120502153453.3ee5dc8e@doriath.home> <4FA23A44.6040908@redhat.com> <20120503173053.4236de18@doriath.home> In-Reply-To: <20120503173053.4236de18@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] runstate: introduce suspended state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com Hi, > However, I've ran into a different issue today: migrating while suspended > doesn't work. The target VM seems to be locked into S3, it just doesn't resume. > > Haven't investigated yet, but this is expected to work, right? Well, that one is still on the todo list. There is the temporary stopgap to just resume the machine before migration so we don't have to migrate the is_suspended bit (not merged). I plan to fix that properly, it needs some discussion to figure a sane way as we don't have a vmstate section for global state like this where we could attach a subsection to. That didn't happen yet though ... cheers, Gerd