From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiis-0003D7-TY for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REiir-0003es-Qa for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:26:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiir-0003em-Ch for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:26:53 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9EEQqLh012582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Oct 2011 10:26:52 -0400 Message-ID: <4E9846AB.4000703@redhat.com> Date: Fri, 14 Oct 2011 16:26:51 +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> <4E983B19.90707@redhat.com> <20111014112455.2d2d147b@doriath> In-Reply-To: <20111014112455.2d2d147b@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 04:24 PM, Luiz Capitulino wrote: > Yes, you're right. But there's another problem there: the VM is stopped > when the migration process finishes. So, if you migrate again, there > won't be a POST_MIGRATE -> FINISH_MIGRATE transition, as vm_stop() will > just return. Acked-by: Paolo Bonzini for now. I really think for 1.1 it's better to separate the "paused-until-user-interaction-because-..." and "temporarily-paused-because-..." state, as suggested elsewhere in the thread. Paolo