From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLthb-0006uv-Uo for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:21:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLthY-00070b-IR for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:21:07 -0500 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:42019 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLthY-000705-7b for qemu-devel@nongnu.org; Thu, 12 Feb 2015 08:21:04 -0500 Message-ID: <54DCA8BB.6090001@kamp.de> Date: Thu, 12 Feb 2015 14:20:59 +0100 From: Peter Lieven MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-2.2.0: Unknown savevm section type 5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: Paolo Bonzini , Alexander Graf , Juan Quintela Hi, 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. Any hints? Commandline: x86_64-softmmu/qemu-system-x86_64 -enable-kvm -monitor stdio -M pc-i440fx-2.1 -nodefaults -device virtio-net-pci,mac=52:54:00:ff:09:7a -global virtio-blk-pci.scsi=off -serial null -parallel null -smp 2,sockets=1,cores=2,threads=1 -name 'Speedtest' -boot order=c,menu=off -drive index=2,media=cdrom,if=ide,cache=unsafe,aio=native,readonly=on -k de -rtc base=localtime,driftfix=slew -vga vmware -usb -usbdevice tablet -no-hpet -mem-path /hugepages -mem-prealloc -drive format=raw,discard=on,detect-zeroes=unmap,file=iscsi://172.21.200.56/iqn.2001-05.com.equallogic:0-8a0906-765384e0a-a3c0056cd0354d07-test-hd0/0,if=virtio,cache=writeback,aio=native Thanks, Peter