From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK7YJ-0007rl-0z for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK7YF-00039O-2L for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:16:26 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:38817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK7YE-000395-SG for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:16:23 -0400 Received: by wibxm9 with SMTP id xm9so168224220wib.1 for ; Tue, 28 Jul 2015 09:16:22 -0700 (PDT) Sender: Paolo Bonzini References: <1438090233-5800-1-git-send-email-quintela@redhat.com> <87a8ugtilm.fsf@neno.neno> From: Paolo Bonzini Message-ID: <55B7AAD4.2040707@redhat.com> Date: Tue, 28 Jul 2015 18:16:20 +0200 MIME-Version: 1.0 In-Reply-To: <87a8ugtilm.fsf@neno.neno> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com, Amit Shah , "Dr. David Alan Gilbert" , qemu-devel On 28/07/2015 17:19, Juan Quintela wrote: >> > On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to >> > the list of allowed states. >> > >> > Signed-off-by: Juan Quintela > Self-NAK. > > Somewhere I was able to test old + new qemu given this weird behaviour. > behaviour makes no sense, and I am not able to reproduce anymore. I think it makes sense. Did you migrate twice on the source? Then the state was FINISH_MIGRATE at the beginning of the second migration. Paolo