From: Randy Dunlap Date: Wed, 20 Feb 2008 17:20:08 +0000 (-0800) Subject: x86: disable KVM for Voyager and friends X-Git-Tag: upstream/snapshot3+hdmi~26883^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a4e3f89c6b2cbe0b26c08ec63a8c34156eaae04;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: disable KVM for Voyager and friends Most classic Pentiums don't have hardware virtualization extension, and building kvm with Voyager, Visual Workstation, or NUMAQ generates spurious failures. Signed-off-by: Avi Kivity Signed-off-by: Randy Dunlap --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4a88cf7..53800b8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -21,7 +21,7 @@ config X86 select HAVE_IDE select HAVE_OPROFILE select HAVE_KPROBES - select HAVE_KVM + select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64) config GENERIC_LOCKBREAK