summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-06-15 13:53:05 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-07-08 22:20:30 +0200
commit26d05b368a5c0a4e12da527fab98903a204bdc88 (patch)
tree98b87efa58a348f470f780e09b6fa25c2ea8a69c /arch/x86/Kconfig
parentKVM: MIPS: fix spelling mistake "Exteneded" -> "Extended" (diff)
parentKVM: x86: Switch KVM guest to using interrupts for page ready APF delivery (diff)
downloadlinux-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/Kconfig1
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