From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLv89-0003AS-OL for qemu-devel@nongnu.org; Thu, 12 Feb 2015 09:52:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLv86-0002E7-I5 for qemu-devel@nongnu.org; Thu, 12 Feb 2015 09:52:37 -0500 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:47713 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLv86-0002DY-6i for qemu-devel@nongnu.org; Thu, 12 Feb 2015 09:52:34 -0500 Message-ID: <54DCBE2D.20807@kamp.de> Date: Thu, 12 Feb 2015 15:52:29 +0100 From: Peter Lieven MIME-Version: 1.0 References: <54DCA8BB.6090001@kamp.de> <54DCA99F.9040006@redhat.com> In-Reply-To: <54DCA99F.9040006@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-2.2.0: Unknown savevm section type 5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel , Alexander Graf , Juan Quintela Am 12.02.2015 um 14:24 schrieb Paolo Bonzini: > > On 12/02/2015 14:20, Peter Lieven wrote: >> >> I have a Windows system which fails to migrate with this error almost >> reliably when migrating >> from one host to another (both qemu-2.2.0). The error seems to be gone >> in master, but I was >> unable to track the exact fix down yet. It seems that the error is >> related to the amount of >> memory. 4G and 8G seem to fail. 3G and 6G seem to work. > It's probably this patch: > http://permalink.gmane.org/gmane.comp.emulators.qemu/317971 That seems to have solved it. Thank you for the pointer. Peter