diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-15 13:53:05 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-07-08 22:20:30 +0200 |
commit | 26d05b368a5c0a4e12da527fab98903a204bdc88 (patch) | |
tree | 98b87efa58a348f470f780e09b6fa25c2ea8a69c /arch/x86/Kconfig | |
parent | KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended" (diff) | |
parent | KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery (diff) | |
download | linux-26d05b368a5c0a4e12da527fab98903a204bdc88.tar.xz linux-26d05b368a5c0a4e12da527fab98903a204bdc88.zip |
Merge branch 'kvm-async-pf-int' into HEAD
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6a0cc524882d..aba928581226 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -802,6 +802,7 @@ config KVM_GUEST depends on PARAVIRT select PARAVIRT_CLOCK select ARCH_CPUIDLE_HALTPOLL + select X86_HV_CALLBACK_VECTOR default y help This option enables various optimizations for running under the KVM |