From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RERrM-00037K-B6 for qemu-devel@nongnu.org; Thu, 13 Oct 2011 16:26:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RERrL-0005gl-Fi for qemu-devel@nongnu.org; Thu, 13 Oct 2011 16:26:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RERrL-0005gf-8h for qemu-devel@nongnu.org; Thu, 13 Oct 2011 16:26:31 -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 p9DKQTTX031159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Oct 2011 16:26:29 -0400 Date: Thu, 13 Oct 2011 17:26:26 -0300 From: Luiz Capitulino Message-ID: <20111013172626.2cd925bc@doriath> In-Reply-To: <20111011145248.4ef5e39b@doriath> References: <20111010155013.0c1e40c4@doriath> <1318317762-20956-1-git-send-email-pbonzini@redhat.com> <20111011145248.4ef5e39b@doriath> 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 Tue, 11 Oct 2011 14:52:48 -0300 Luiz Capitulino wrote: > On Tue, 11 Oct 2011 09:22:42 +0200 > Paolo Bonzini wrote: > > > This patch adds more valid transitions to the table, and avoids > > that the VM remains stuck in RSTATE_SAVEVM state when savevm is > > done on a paused virtual machine. > > > > Signed-off-by: Paolo Bonzini > > Applied to the qmp branch, thanks. 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.