From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQJ3o-0002DJ-S4 for qemu-devel@nongnu.org; Fri, 04 May 2012 10:00:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQJ3i-0001jG-Ms for qemu-devel@nongnu.org; Fri, 04 May 2012 10:00:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQJ3i-0001iR-EZ for qemu-devel@nongnu.org; Fri, 04 May 2012 10:00:34 -0400 Date: Fri, 4 May 2012 11:00:41 -0300 From: Luiz Capitulino Message-ID: <20120504110041.113ae624@doriath.home> In-Reply-To: <4FA3DF92.9080208@redhat.com> 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> <4FA39840.7060902@redhat.com> <20120504103338.6eb7606e@doriath.home> <4FA3DF92.9080208@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com On Fri, 04 May 2012 15:54:26 +0200 Gerd Hoffmann wrote: > Hi, > > > There's a quite simple and stupid way to do it. When we migrate an stopped > > VM, it's automatically resumed on the target. We could do the same for a > > suspended VM: we could automatically resume it before migrating, as you said > > above. > > > > That's not the behavior I'd expect, I mean I would expect a stopped VM to > > remain stopped after it's migrated. But it has always been this way and I'm > > afraid we can't change this. > > Oh, I wasn't aware that a stopped vm behaves the same way. So resuming > on migration is sort-of bug compatible then. Patch attached. Will you > add it to your series or should I submit it separately? I can add it to my series, thanks Gerd!