public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* KVM is not seen under X86 config with latest git (32 bit compile)
@ 2008-02-10  7:16 Balbir Singh
  2008-02-10 10:29 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Balbir Singh @ 2008-02-10  7:16 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Thomas Gleixner, linux kernel mailing list, Avi Kivity


The KVM configuration is no longer visible in the latest git tree. It looks
like it is selected by HAVE_SETUP_PER_CPU_AREA. I've moved HAVE_KVM to
under CONFIG_X86. Hopefully, this is the right fix.

Comments?

Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
---

 arch/x86/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/x86/Kconfig~fix-kvm-build arch/x86/Kconfig
--- linux-2.6-git/arch/x86/Kconfig~fix-kvm-build	2008-02-10 12:41:18.000000000 +0530
+++ linux-2.6-git-balbir/arch/x86/Kconfig	2008-02-10 12:41:37.000000000 +0530
@@ -20,6 +20,8 @@ config X86
 	def_bool y
 	select HAVE_OPROFILE
 	select HAVE_KPROBES
+	select HAVE_KVM
+
 
 config GENERIC_LOCKBREAK
 	def_bool n
@@ -108,8 +110,6 @@ config GENERIC_TIME_VSYSCALL
 config HAVE_SETUP_PER_CPU_AREA
 	def_bool X86_64
 
-select HAVE_KVM
-
 config ARCH_HIBERNATION_POSSIBLE
 	def_bool y
 	depends on !SMP || !X86_VOYAGER
_
-- 
	Warm Regards,
	Balbir Singh
	Linux Technology Center
	IBM, ISTL

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: KVM is not seen under X86 config with latest git (32 bit compile)
  2008-02-10  7:16 KVM is not seen under X86 config with latest git (32 bit compile) Balbir Singh
@ 2008-02-10 10:29 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-02-10 10:29 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, linux kernel mailing list,
	Avi Kivity

Balbir Singh wrote:
> The KVM configuration is no longer visible in the latest git tree. It looks
> like it is selected by HAVE_SETUP_PER_CPU_AREA. I've moved HAVE_KVM to
> under CONFIG_X86. Hopefully, this is the right fix.
>
>   

Yes, this was caused by my misunderstanding of the Kconfig language.

Acked-by: Avi Kivity <avi@qumranet.com>

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-10 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-10  7:16 KVM is not seen under X86 config with latest git (32 bit compile) Balbir Singh
2008-02-10 10:29 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox