From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REhjr-0002Im-IB for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REhjq-00051L-4M for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:23:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REhjp-00051G-Od for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:23:50 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9EDNnHA017329 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Oct 2011 09:23:49 -0400 Date: Fri, 14 Oct 2011 10:23:46 -0300 From: Luiz Capitulino Message-ID: <20111014102346.249f41f6@doriath> In-Reply-To: <4E97DD39.9070601@redhat.com> References: <20111010155013.0c1e40c4@doriath> <1318317762-20956-1-git-send-email-pbonzini@redhat.com> <20111011145248.4ef5e39b@doriath> <20111013172626.2cd925bc@doriath> <4E97DD39.9070601@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] runstate: add more valid transitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Fri, 14 Oct 2011 08:56:57 +0200 Paolo Bonzini wrote: > On 10/13/2011 10:26 PM, Luiz Capitulino wrote: > > I'm going to take my word back on this one, I've found the real cause of the > > problem. Will post the patch right now. > > > > Are you keeping the vl.c hunks though? I'm not, because I'm assuming that allowing a transition from 'paused' to 'postmigrate' plus this fix: http://lists.gnu.org/archive/html/qemu-devel/2011-10/msg01430.html Will solve the problems we have today. If you don't think so, would you mind to send a patch against the qmp queue? git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Thanks!