Kconfig (60675d4ca1ef0857e44eba5849b74a3a998d0c0f) | Kconfig (b146a9b34aed3cfa6edc058830c906a2b718fba5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# KVM configuration 4# 5 6source "virt/kvm/Kconfig" 7 8menuconfig VIRTUALIZATION --- 8 unchanged lines hidden (view full) --- 17 18if VIRTUALIZATION 19 20config KVM_X86 21 def_tristate KVM if (KVM_INTEL != n || KVM_AMD != n) 22 select KVM_COMMON 23 select KVM_GENERIC_MMU_NOTIFIER 24 select KVM_ELIDE_TLB_FLUSH_IF_YOUNG | 1# SPDX-License-Identifier: GPL-2.0 2# 3# KVM configuration 4# 5 6source "virt/kvm/Kconfig" 7 8menuconfig VIRTUALIZATION --- 8 unchanged lines hidden (view full) --- 17 18if VIRTUALIZATION 19 20config KVM_X86 21 def_tristate KVM if (KVM_INTEL != n || KVM_AMD != n) 22 select KVM_COMMON 23 select KVM_GENERIC_MMU_NOTIFIER 24 select KVM_ELIDE_TLB_FLUSH_IF_YOUNG |
25 select KVM_MMU_LOCKLESS_AGING |
|
25 select HAVE_KVM_IRQCHIP 26 select HAVE_KVM_PFNCACHE 27 select HAVE_KVM_DIRTY_RING_TSO 28 select HAVE_KVM_DIRTY_RING_ACQ_REL 29 select HAVE_KVM_IRQ_BYPASS 30 select HAVE_KVM_IRQ_ROUTING 31 select HAVE_KVM_READONLY_MEM 32 select VHOST_TASK --- 185 unchanged lines hidden --- | 26 select HAVE_KVM_IRQCHIP 27 select HAVE_KVM_PFNCACHE 28 select HAVE_KVM_DIRTY_RING_TSO 29 select HAVE_KVM_DIRTY_RING_ACQ_REL 30 select HAVE_KVM_IRQ_BYPASS 31 select HAVE_KVM_IRQ_ROUTING 32 select HAVE_KVM_READONLY_MEM 33 select VHOST_TASK --- 185 unchanged lines hidden --- |