From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vadim Korschok" Subject: Live Migration fails Windows 2008 64bit Date: Wed, 29 Apr 2009 14:56:49 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT To: Return-path: Received: from mx2.caritas-geldern.de ([85.131.174.180]:44471 "EHLO mx2.caritas-geldern.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758996AbZD2NHg convert rfc822-to-8bit (ORCPT ); Wed, 29 Apr 2009 09:07:36 -0400 Received: from localhost (localhost [127.0.0.1]) by mx2.caritas-geldern.de (Postfix) with ESMTP id 736EEFC003 for ; Wed, 29 Apr 2009 14:55:22 +0200 (CEST) Received: from mx2.caritas-geldern.de ([127.0.0.1]) by localhost (mx2.caritas-geldern.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ldBeHUjWs+e5 for ; Wed, 29 Apr 2009 14:55:21 +0200 (CEST) Received: from mx0.dmz.cvg (unknown [10.20.0.14]) by mx2.caritas-geldern.de (Postfix) with ESMTP id 8385BFC002 for ; Wed, 29 Apr 2009 14:55:21 +0200 (CEST) Received: from nw0-0.sys.cvg (unknown [10.20.0.5]) by mx0.dmz.cvg (Postfix) with ESMTP id BA2176AC721 for ; Wed, 29 Apr 2009 15:00:15 +0200 (CEST) Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Hi all, we're running 2 Dell PowerEdge 1950 on Gentoo. The Migration of Windows 2008 Server fails, first the source Qemu-Monitor says migration complete. After that the destination VNC Screen screw up. Then you can see that Windows reboot. CPU: Intel(R) Xeon(R) E5335 @ 2.00GHz KVM-Version: 85 Host1-Kernel: 2.6.28-r7 x86_64 Host2-Kernel: 2.6.29-r1 x86_64 Migration works on: - Windows XP Pro 32bit - Windows 2003 SP1 Enterprise 32bit - Windows 2008 Standard 32bit Migration failed: - Windows 2008 Standard 64bit Commandline: kvm -hda /dev/sdc -m 1000 -net nic,vlan=0,macaddr=22:74:82:70:30:30,model=rtl8139 -net tap,vlan=0,ifname=tap-test,script=no,downscript=no -virtioconsole none -k de -vnc :10 (source) kvm -hda /dev/sdc -m 1000 -net nic,vlan=0,macaddr=22:74:82:70:30:30,model=rtl8139 -net tap,vlan=0,ifname=tap-test,script=no,downscript=no -virtioconsole none -k de -vnc :10 -incoming tcp:0:4444 (destination) Migration over Qemu-Monitor: migrate -d tcp:172.20.0.10:4444 You can reproduce it with the trial version of Windows 2008 64bit from microsoft.com . Thanks in advance, and for KVM in general :)