x86/Voyager: remove KVM_GUEST quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:37:33 +0000 (17:37 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:08 +0000 (14:17 +0100)
Voyager has this quirk currently:

 config KVM_GUEST
  bool "KVM Guest support"
  select PARAVIRT
depends on !X86_VOYAGER

Voyager support built into a kernel image does not exclude
KVM paravirt guest support - so remove this quirk.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index 0bf0653969ddbfcbba9b05e9d910a2e3ac7e092a..363111f40f3449e94c552c1ab017ab4be51f0955 100644 (file)
@@ -426,7 +426,6 @@ config KVM_CLOCK
 config KVM_GUEST
        bool "KVM Guest support"
        select PARAVIRT
-       depends on !X86_VOYAGER
        help
         This option enables various optimizations for running under the KVM
         hypervisor.
This page took 0.025942 seconds and 5 git commands to generate.