]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - virt/kvm/Kconfig
KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
[mirror_ubuntu-bionic-kernel.git] / virt / kvm / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
0ba12d10
AK
2# KVM common configuration items and defaults
3
4config HAVE_KVM
5 bool
6
7config HAVE_KVM_IRQCHIP
8 bool
721eecbf 9
297e2105
PM
10config HAVE_KVM_IRQFD
11 bool
12
a725d56a
AG
13config HAVE_KVM_IRQ_ROUTING
14 bool
15
721eecbf
GH
16config HAVE_KVM_EVENTFD
17 bool
18 select EVENTFD
73880c80 19
50eb2a3c
AK
20config KVM_MMIO
21 bool
af585b92
GN
22
23config KVM_ASYNC_PF
24 bool
07975ad3 25
e0ead41a
DD
26# Toggle to switch between direct notification and batch job
27config KVM_ASYNC_PF_SYNC
28 bool
29
07975ad3
JK
30config HAVE_KVM_MSI
31 bool
f2a74347
R
32
33config HAVE_KVM_CPU_RELAX_INTERCEPT
34 bool
ec53500f
AW
35
36config KVM_VFIO
37 bool
a6d51016
MS
38
39config HAVE_KVM_ARCH_TLB_FLUSH_ALL
40 bool
ba0513b5 41
3491caf2
CB
42config HAVE_KVM_INVALID_WAKEUPS
43 bool
44
ba0513b5
MS
45config KVM_GENERIC_DIRTYLOG_READ_PROTECT
46 bool
de8e5d74
CB
47
48config KVM_COMPAT
49 def_bool y
6956d894 50 depends on KVM && COMPAT && !S390
1a02b270
EA
51
52config HAVE_KVM_IRQ_BYPASS
53 bool