From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXCbC-0007tg-Jr for qemu-devel@nongnu.org; Tue, 30 Apr 2013 11:36:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXCb7-0000Fg-Uu for qemu-devel@nongnu.org; Tue, 30 Apr 2013 11:36:10 -0400 Received: from mail-gg0-x22f.google.com ([2607:f8b0:4002:c02::22f]:55466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXCb7-0000Fb-Qi for qemu-devel@nongnu.org; Tue, 30 Apr 2013 11:36:05 -0400 Received: by mail-gg0-f175.google.com with SMTP id l2so85625ggn.20 for ; Tue, 30 Apr 2013 08:36:05 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <517FE4D4.5000106@redhat.com> Date: Tue, 30 Apr 2013 17:35:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <517FC830.5050908@dlhnet.de> In-Reply-To: <517FC830.5050908@dlhnet.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Windows XP qemu 1.4.5 BSOD 0x7B List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: "qemu-devel@nongnu.org" Il 30/04/2013 15:33, Peter Lieven ha scritto: > 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? Bisecting is never a bad idea (especially a quick bisection of just 1.3 and 1.4), but before that I would try adding "-M pc-1.2" to the qemu-1.4.5 invocation. Paolo