From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Baumann Subject: Re: kvm-84 kernel panic Date: Thu, 05 Mar 2009 23:31:35 +0100 Message-ID: <49B052C7.6060206@gmx.de> References: <49AE7DC6.7020006@gmx.de> <20090304231839.GA30706@amt.cnet> <49B0496B.40605@gmx.de> <20090305215855.GS11777@us.ibm.com> <49B04D28.1010708@gmx.de> <20090305220908.GT11777@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Ryan Harper Return-path: Received: from mail.gmx.net ([213.165.64.20]:38450 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752864AbZCEWbi (ORCPT ); Thu, 5 Mar 2009 17:31:38 -0500 In-Reply-To: <20090305220908.GT11777@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Ryan Harper schrieb: > * Johannes Baumann [2009-03-05 16:08]: >> Ryan Harper schrieb: >>> * Johannes Baumann [2009-03-05 15:52]: >>>> update: its not only happening with smp guest, but with non-smp guest. >>>> mcelog is empty. the commandline for a debian lenny im using is: >>>> >>>> /usr/src/kvm-84/qemu/x86_64-softmmu/qemu-system-x86_64 -S -M pc -m 512 >>>> -smp 1 -name vm03 -uuid 0b5e3a60-9111-0289-84b5-98cdf27450ac -monitor >>>> pty -boot c -drive >>>> file=/kvm/domains/linux-test/image.img,if=ide,index=0,boot=on -drive >>>> file=,if=ide,media=cdrom,index=2 -net >>>> nic,macaddr=54:52:00:0b:a1:26,vlan=0 -net >>>> tap,fd=12,script=,vlan=0,ifname=vnet0 -serial none -parallel none -usb >>>> -vnc 127.0.0.1:0 >>> you'll want -L /usr/src/kvm-84/qemu/pc-bios to ensure you use the bios >>> that came with kvm-84 instead of some other location. >> i could try but i dont think this is the point since every kvm version >> had the same problems so far. > > if you don't use the right bios that comes with the kernel modules, > things _will_ break. k, trying the -L switch, with vt enabled root 6265 23.8 25.6 1100904 1039068 ? Sl 23:24 1:29 /usr/src/kvm-84/qemu/x86_64-softmmu/qemu-system-x86_64 -L /usr/src/kvm-84/qemu/pc-bios -S -M pc -m 1000 -smp 1 -name vm01 -uuid 3490fdf2-9550-4300-883a-a10fbf9b58e6 -monitor pty -localtime -boot c -drive file=/kvm/domains/windows2003-enterprise-jb/image.img,if=ide,index=0,boot=on -drive file=,if=ide,media=cdrom,index=2 -net nic,macaddr=00:16:d3:c2:36:ff,vlan=0,model=e1000 -net tap,fd=18,script=,vlan=0,ifname=vnet1 -serial none -parallel none -usb -usbdevice tablet -vnc 127.0.0.1:1 > > johannes -