From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtQml-0007f7-FS for qemu-devel@nongnu.org; Mon, 13 Apr 2009 14:21:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtQmg-0007d9-GN for qemu-devel@nongnu.org; Mon, 13 Apr 2009 14:21:34 -0400 Received: from [199.232.76.173] (port=51660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtQmg-0007d0-8i for qemu-devel@nongnu.org; Mon, 13 Apr 2009 14:21:30 -0400 Received: from verein.lst.de ([213.95.11.210]:37269) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LtQmf-00060c-P4 for qemu-devel@nongnu.org; Mon, 13 Apr 2009 14:21:30 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id n3DILRIF025231 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 13 Apr 2009 20:21:27 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id n3DILRn5025229 for qemu-devel@nongnu.org; Mon, 13 Apr 2009 20:21:27 +0200 Date: Mon, 13 Apr 2009 20:21:27 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] Re: [PATCH][STABLE] kvm: Fix cpuid initialization Message-ID: <20090413182127.GA25172@lst.de> References: <49E2FD72.6000101@web.de> <20090413140727.GA13193@lst.de> <49E3666B.209@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E3666B.209@web.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Apr 13, 2009 at 06:20:59PM +0200, Jan Kiszka wrote: > Maybe. For me it was "This kernel requires an XXX CPU, but only detected > an *i086* CPU." from arch/x86/boot/cpu.c. But if the hlt test depends on > certain cpuid values to do the right thing, your case may be fixed, too. Still hangs for me with your patch applies, so it must be something else. > Does qemu from the kvm tree work for you? I'll have to try getting it build again, last I gave up on the edge of turning insane over it :)