diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-20 12:20:08 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-03-04 10:42:55 -0500 |
commit | 1a4e3f89c6b2cbe0b26c08ec63a8c34156eaae04 (patch) | |
tree | 435c4e04e002c1c2afe983263027886f5e0815e4 /arch/x86/Kconfig | |
parent | 33f9c505ed5c83bd8a07877e5b4628308f4cc099 (diff) |
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 <avi@qumranet.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4a88cf7695b4..53800b80a204 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -21,7 +21,7 @@ config X86 | |||
21 | select HAVE_IDE | 21 | select HAVE_IDE |
22 | select HAVE_OPROFILE | 22 | select HAVE_OPROFILE |
23 | select HAVE_KPROBES | 23 | select HAVE_KPROBES |
24 | select HAVE_KVM | 24 | select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64) |
25 | 25 | ||
26 | 26 | ||
27 | config GENERIC_LOCKBREAK | 27 | config GENERIC_LOCKBREAK |