From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLtlH-0000BU-SE for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:24:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLtlE-00087t-Fp for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:24:55 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:49454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLtlE-00087o-94 for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:24:52 -0500 Received: by mail-wg0-f46.google.com with SMTP id a1so10085657wgh.5 for ; Thu, 12 Feb 2015 05:24:51 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54DCA99F.9040006@redhat.com> Date: Thu, 12 Feb 2015 14:24:47 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <54DCA8BB.6090001@kamp.de> In-Reply-To: <54DCA8BB.6090001@kamp.de> Content-Type: text/plain; charset=utf-8 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: Peter Lieven , qemu-devel , Alexander Graf , Juan Quintela 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 Paolo