Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753212AbYGXRvf (ORCPT ); Thu, 24 Jul 2008 13:51:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751832AbYGXRv1 (ORCPT ); Thu, 24 Jul 2008 13:51:27 -0400 Received: from xenotime.net ([66.160.160.81]:56231 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751810AbYGXRv0 (ORCPT ); Thu, 24 Jul 2008 13:51:26 -0400 Date: Thu, 24 Jul 2008 10:51:25 -0700 (PDT) From: "Randy.Dunlap" X-X-Sender: rddunlap@shark.he.net To: Patrizio Bassi cc: "Randy.Dunlap" , "Kernel," Subject: Re: 2.6.26 vanilla paravirt config issue In-Reply-To: <742b1fb30807241045q21592679xe32f59b7ab77be21@mail.gmail.com> Message-ID: References: <4888B8CD.1030501@gmail.com> <742b1fb30807241045q21592679xe32f59b7ab77be21@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1403 Lines: 48 On Thu, 24 Jul 2008, Patrizio Bassi wrote: > 2008/7/24 Randy.Dunlap : > > > > On Thu, 24 Jul 2008, Patrizio Bassi wrote: > > > > > Hi All > > > > > > on my amd64 profile i cannot disable PARAVIRT option. > > > > > > even if i disable all i still get in my .config: > > > > > > # CONFIG_X86_ES7000 is not set > > > # CONFIG_X86_RDC321X is not set > > > CONFIG_X86_VSMP=y > > > # CONFIG_PARAVIRT_GUEST is not set > > > CONFIG_PARAVIRT=y <<<<-------------------------------- issue > > > # CONFIG_MEMTEST_BOOTPARAM is not set > > > # CONFIG_M386 is not set > > > > > > how to disable it? i guess it's a config bug. > > > > Nope. You have CONFIG_X86_VSMP enabled, which selects PARAVIRT: > > > > config X86_VSMP > > bool "Support for ScaleMP vSMP" > > select PARAVIRT > > depends on X86_64 > > > > > CC me i'm not subscribed. > > Oh thanks, so this means ScaleMP support can be enabled only with paravirt? Yes. > At the moment i don't understand the need, maybe i should study some > documentation, do you have any pointer? No, I don't recall seeing any docs for it. You could try www.scalemp.com . -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/