From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlVnX-0000wL-Pe for qemu-devel@nongnu.org; Sat, 08 Jun 2013 22:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlVnW-0003cG-TH for qemu-devel@nongnu.org; Sat, 08 Jun 2013 22:56:03 -0400 Message-ID: <1370746424.3766.473.camel@pasglop> From: Benjamin Herrenschmidt Date: Sun, 09 Jun 2013 12:53:44 +1000 In-Reply-To: <51B3E58C.50301@linux.vnet.ibm.com> References: <51A7036A.3050407@ozlabs.ru> <51A7049F.6040207@redhat.com> <51A70B3D.90609@ozlabs.ru> <51A71705.6060009@kamp.de> <51A74D79.7040204@redhat.com> <2765FDFA-8050-4AA3-8621-7E9EA2C89F9C@kamp.de> <51A764FC.7080705@redhat.com> <51ADF122.70307@kamp.de> <51ADF637.7060804@redhat.com> <51ADFBCE.3080200@kamp.de> <51ADFC7A.7030009@redhat.com> <51AE035A.5070301@kamp.de> <51B2EB0A.7000704@linux.vnet.ibm.com> <51B2EBA2.5060401@ozlabs.ru> <51B3E58C.50301@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] broken incoming migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: Alexey Kardashevskiy , Peter Lieven , "qemu-devel@nongnu.org" , "qemu-ppc@nongnu.org" , Paolo Bonzini , David Gibson On Sun, 2013-06-09 at 10:16 +0800, Wenchao Xia wrote: > If an page was not received and destination knows that page should > exist according to total size, fill it with zero at destination, would > it solve the problem? The easiest way to do that is to not write to those pages at the destination to begin with, when initializing the VM... Is there any way to know that a VM is being setup as a migration target or not ? Ben.