Skip to content

Commit

Permalink
x86: disable KVM for Voyager and friends
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Avi Kivity committed Mar 4, 2008
1 parent 33f9c50 commit 1a4e3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4e3f8

Please sign in to comment.