From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLxx0-0005dD-QP for qemu-devel@nongnu.org; Thu, 12 Feb 2015 12:53:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLxww-00086E-Ml for qemu-devel@nongnu.org; Thu, 12 Feb 2015 12:53:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLxww-000862-Ff for qemu-devel@nongnu.org; Thu, 12 Feb 2015 12:53:14 -0500 From: Juan Quintela In-Reply-To: <54DCA99F.9040006@redhat.com> (Paolo Bonzini's message of "Thu, 12 Feb 2015 14:24:47 +0100") References: <54DCA8BB.6090001@kamp.de> <54DCA99F.9040006@redhat.com> Date: Thu, 12 Feb 2015 18:53:07 +0100 Message-ID: <8761b76mpo.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] qemu-2.2.0: Unknown savevm section type 5 Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Lieven , qemu-devel , Alexander Graf Paolo Bonzini wrote: > 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 Good catch. Later, Juan.