From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REhx9-0005NN-8P for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REhx8-0008GO-2C for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:37:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REhx7-0008GE-O1 for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:37:33 -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 p9EDbVqw027504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Oct 2011 09:37:33 -0400 Message-ID: <4E983B19.90707@redhat.com> Date: Fri, 14 Oct 2011 15:37:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20111010155013.0c1e40c4@doriath> <1318317762-20956-1-git-send-email-pbonzini@redhat.com> <20111011145248.4ef5e39b@doriath> <20111013172626.2cd925bc@doriath> <4E97DD39.9070601@redhat.com> <20111014102346.249f41f6@doriath> In-Reply-To: <20111014102346.249f41f6@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Luiz Capitulino Cc: qemu-devel@nongnu.org On 10/14/2011 03:23 PM, Luiz Capitulino wrote: > 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 I think POST_MIGRATE -> FINISH_MIGRATE should be still allowed in case you migrate twice. Management would probably disallow that, but from the monitor you can do funny things: stop the machine, create two images based on the running machine's image, and migrate to both images. Paolo