From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK82Q-0004z0-J5 for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:47:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK82L-0000Ly-Gh for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:47:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK82L-0000Le-CK for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:47:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 39B85344EB1 for ; Tue, 28 Jul 2015 16:47:28 +0000 (UTC) From: Juan Quintela In-Reply-To: <55B7AAD4.2040707@redhat.com> (Paolo Bonzini's message of "Tue, 28 Jul 2015 18:16:20 +0200") References: <1438090233-5800-1-git-send-email-quintela@redhat.com> <87a8ugtilm.fsf@neno.neno> <55B7AAD4.2040707@redhat.com> Date: Tue, 28 Jul 2015 18:47:26 +0200 Message-ID: <876154tejl.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Amit Shah , "Dr. David Alan Gilbert" , qemu-devel Paolo Bonzini wrote: > 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. It could be, I would try again with normal trees (I was using and old compiled binary in one of the sides when errors happened). Later, Juan.