From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRJa-0005gq-7W for qemu-devel@nongnu.org; Tue, 11 Dec 2012 10:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiRJQ-00018C-4e for qemu-devel@nongnu.org; Tue, 11 Dec 2012 10:00:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRJP-000180-TL for qemu-devel@nongnu.org; Tue, 11 Dec 2012 10:00:00 -0500 Date: Tue, 11 Dec 2012 09:59:54 -0500 From: Jason Baron Message-ID: <20121211145954.GB11815@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: Subject: Re: [Qemu-devel] qemu 1.3: windows 2003 SP2 x64 boot crash with hpet enabled (was ok with qemu-kvm 1.2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre DERUMIER Cc: gsomlo@gmail.com, kevin@koconnor.net, qemu-devel , kraxel@redhat.com On Tue, Dec 11, 2012 at 08:02:12AM +0100, Alexandre DERUMIER wrote: > seem to be related to seabios update: >=20 > seabios: q35 update > http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg00113.html >=20 This is most likely due to SeaBIOS commit: commit d9f5cdbdf55d61aef9a1a534d9123ef734427478 Which I believe was pulled into qemu-1.3, so that probably explains why you are seeing this on 1.3. SeaBIOS recently committed a fix (revert) for this. So, if its possible to = pull the latest SeaBIOS, and pass -bios /bios.bin. We can verify that. Thanks, -Jason >=20 >=20 > ----- Mail original ----- >=20 > De: "Alexandre DERUMIER" > =C0: "qemu-devel" > Envoy=E9: Mardi 11 D=E9cembre 2012 07:30:58 > Objet: Re: [Qemu-devel] qemu 1.3: windows 2003 SP2 x64 boot crash with hp= et enabled (was ok with qemu-kvm 1.2) >=20 > My bsod screenshot was not full, here a new one: >=20 > this seem to hang on acpi.sys >=20 > ACPI.SYS address F735EE64 base at F7352000) >=20 > I have tested xith host kernel 3.2,26,27 and 2.6.32 from rhel6, same prob= lem. >=20 >=20 >=20 > ----- Mail original ----- >=20 > De: "Alexandre DERUMIER" > =C0: "qemu-devel" > Envoy=E9: Lundi 10 D=E9cembre 2012 19:08:37 > Objet: [Qemu-devel] qemu 1.3: windows 2003 SP2 R2 x64 boot crash with hpe= t enabled (was ok with qemu-kvm 1.2) >=20 > Hi list, >=20 > I have a bsod when booting windows 2003 SP2 R2 x64 with hpet enabled, wit= h qemu 1.3. (screenshot attached) >=20 > /usr/bin/kvm -id 99999 -chardev socket,id=3Dqmp,path=3D/var/run/qemu-serv= er/99999.qmp,server,nowait -mon chardev=3Dqmp,mode=3Dcontrol -vnc unix:/var= /run/qemu-server/99999.vnc,x509,password -pidfile /var/run/qemu-server/9999= 9.pid -daemonize -name win2003-32bit-proxmox2 -smp sockets=3D2,cores=3D1 -n= odefaults -boot menu=3Don -vga cirrus -k fr -m 4000 -usbdevice tablet -driv= e if=3Dnone,id=3Ddrive-ide2,media=3Dcdrom,aio=3Dnative -device ide-cd,bus= =3Dide.1,unit=3D0,drive=3Ddrive-ide2,id=3Dide2,bootindex=3D200 -drive file= =3D/dev/disk/by-id/scsi-3600144f0f62f0e0000004f6ec6fe00ba,if=3Dnone,id=3Ddr= ive-virtio0,aio=3Dnative,cache=3Dnone -device virtio-blk-pci,drive=3Ddrive-= virtio0,id=3Dvirtio0,bus=3Dpci.0,addr=3D0xa,bootindex=3D100 -netdev type=3D= tap,id=3Dnet0,ifname=3Dtap99999i0,script=3D/var/lib/qemu-server/pve-bridge,= vhost=3Don -device virtio-net-pci,mac=3DBA:BD:4F:AE:DF:FD,netdev=3Dnet0,bus= =3Dpci.0,addr=3D0x12,id=3Dnet0,bootindex=3D300 -netdev type=3Dtap,id=3Dnet1= ,ifname=3Dtap99999i1,script=3D/var/lib/qemu-server/pve-bridge,vhost=3Don -d= evice virtio-net-pci,mac=3D4E:68:E9:4B:57:7C,netdev=3Dnet1,bus=3Dpci.0,addr= =3D0x13,id=3Dnet1,bootindex=3D301 -rtc driftfix=3Dslew,base=3Dlocaltime >=20 >=20 > it's booting fine with adding -no-hpet to above command line. >=20 >=20 > above command line works fine with qemu-kvm 1.2. >=20 >=20 > One proxmox user report also win2003 R2 SP2 X32 high cpu usage with smp g= uest and hpet enabled. (qemu-kvm 1.2 or qemu 1.3) >=20 >=20 > Maybe it's in-kernel irqchip related ? >=20 > Any advise about enabling or disabling hpet on win2003 with in-kernel irq= chip. >=20 >=20 > Best Regards, >=20 > Alexandre