x86: disable KVM for Voyager and friends
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 20 Feb 2008 17:20:08 +0000 (09:20 -0800)
committerAvi Kivity <avi@qumranet.com>
Tue, 4 Mar 2008 15:42:55 +0000 (17:42 +0200)
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 <avi@qumranet.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
arch/x86/Kconfig

index 4a88cf7..53800b8 100644 (file)
@@ -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