diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-15 07:53:05 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-07-08 16:20:30 -0400 |
commit | 26d05b368a5c0a4e12da527fab98903a204bdc88 (patch) | |
tree | 98b87efa58a348f470f780e09b6fa25c2ea8a69c /arch/x86/Kconfig | |
parent | 0ed076c7ba3d676535b01a5f848746674bdfa351 (diff) | |
parent | b1d405751cd5792856b1b8333aafaca6bf09ccbb (diff) |
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 |