Re: KVM is not seen under X86 config with latest git (32 bit compile)

2008-02-10 Thread 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. Ac

KVM is not seen under X86 config with latest git (32 bit compile)

2008-02-09 Thread Balbir Singh
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 <[EMAIL PROTECTED]> --- arch/x86/Kconfig |4 ++-- 1 f