Commit 54523edd authored by Ingo Molnar's avatar Ingo Molnar

x86/Voyager: remove KVM_GUEST quirk

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: default avatarIngo Molnar <mingo@elte.hu>
parent e084e531
...@@ -426,7 +426,6 @@ config KVM_CLOCK ...@@ -426,7 +426,6 @@ config KVM_CLOCK
config KVM_GUEST config KVM_GUEST
bool "KVM Guest support" bool "KVM Guest support"
select PARAVIRT select PARAVIRT
depends on !X86_VOYAGER
help help
This option enables various optimizations for running under the KVM This option enables various optimizations for running under the KVM
hypervisor. hypervisor.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment