From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40692 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsBDI-00069y-41 for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:40:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsBDG-0007oL-Me for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:40:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsBDG-0007oE-AV for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:40:50 -0500 From: Juan Quintela In-Reply-To: <1298386884-17514-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> (Yoshiaki Tamura's message of "Wed, 23 Feb 2011 00:01:22 +0900") References: <1298386884-17514-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Date: Wed, 23 Feb 2011 10:39:20 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 0/2] Fix error handling in migration when the peer is killed. Reply-To: quintela@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura Cc: pbonzini@redhat.com, qemu-devel@nongnu.org Yoshiaki Tamura wrote: > Hi, > > During live migration, if the receiver side of qemu gets killed, the > sender side seems to be handling the error incorrectly, like it passes > the iterate phase (stage 2) and moves on to the complete state (stage > 3). These patches fix the issue. > Agreed. Integrated into my series of cleanups. Thanks.