mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 01:57:59 +00:00
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: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
e084e53100
commit
54523edd23
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user