From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35880 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsBNq-0002MW-E4 for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:51:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsBNp-0001oE-19 for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:51:46 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:62131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsBNo-0001o7-QP for qemu-devel@nongnu.org; Wed, 23 Feb 2011 04:51:44 -0500 Received: by wwb17 with SMTP id 17so115995wwb.10 for ; Wed, 23 Feb 2011 01:51:44 -0800 (PST) MIME-Version: 1.0 Sender: tamura.yoshiaki@gmail.com In-Reply-To: References: <1298386884-17514-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Date: Wed, 23 Feb 2011 18:51:43 +0900 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH 0/2] Fix error handling in migration when the peer is killed. From: Yoshiaki Tamura Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: pbonzini@redhat.com, qemu-devel@nongnu.org 2011/2/23 Juan Quintela : > 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). =A0These patches fix the issue. >> > > Agreed. Integrated into my series of cleanups. Thanks. Thanks! Yoshi