From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXAgf-0004On-2b for qemu-devel@nongnu.org; Tue, 30 Apr 2013 09:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXAga-00008B-3d for qemu-devel@nongnu.org; Tue, 30 Apr 2013 09:33:40 -0400 Received: from ssl.dlhnet.de ([91.198.192.8]:51873 helo=ssl.dlh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXAgZ-00007k-RM for qemu-devel@nongnu.org; Tue, 30 Apr 2013 09:33:35 -0400 Received: from localhost (localhost [127.0.0.1]) by ssl.dlh.net (Postfix) with ESMTP id A26981499CC for ; Tue, 30 Apr 2013 15:33:34 +0200 (CEST) Received: from ssl.dlh.net ([127.0.0.1]) by localhost (ssl.dlh.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cciaQ7Pglr0G for ; Tue, 30 Apr 2013 15:33:34 +0200 (CEST) Received: from [172.21.12.60] (unknown [82.141.1.226]) by ssl.dlh.net (Postfix) with ESMTPSA id 5050714917C for ; Tue, 30 Apr 2013 15:33:34 +0200 (CEST) Message-ID: <517FC830.5050908@dlhnet.de> Date: Tue, 30 Apr 2013 15:33:36 +0200 From: Peter Lieven MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi all, when I start a Windows XP VM that was installed under qemu-kvm-1.2.0 with latest git it BSODs shortly after the Windows Logo is displayed. *** STOP: 0x0000007B (0xF7A09528,0xC0000034,0x00000000,0x00000000) The command line is as follows: /usr/bin/qemu-1.4.5 -enable-kvm -netdev type=tap,id=guest15,script=no,downscript=no,ifname=tap15 -device rtl8139,netdev=guest15,mac=52:54:00:ff:01:44 -drive format=host_device,file=/dev/vc-clvm_ce37ada72c57c6f0/WinXP-QemuTest-hd0,if=ide,cache=none,aio=native -m 1024 -monitor tcp:0:4014,server,nowait -vnc :14 -qmp tcp:0:3014,server,nowait -name 'WinXP-QemuTest' -boot order=dc,menu=off -fda /home/kvm/src/vfd/virtio-win.vfd -k de -pidfile /var/run/qemu/vm-294.pid -mem-path /hugepages -mem-prealloc -cpu host,+x2apic,model_id='Intel(R) Xeon(R) CPU L5640 @ 2.27GHz' -rtc base=localtime -vga std -usb -usbdevice tablet The paramters to qemu-kvm-1.2.0 are identical except for the -enable-kvm. I already tried the Bios of qemu-kvm-1.2.0, but it does not help. Has anything changed in the device enumeration? Is this possibly anything known or shall I bisect? Thanks, Peter