KVM: x86: advertise KVM_CAP_X86_SMM
[deliverable/linux.git] / arch / x86 / kvm / Kconfig
CommitLineData
6aa8b732
AK
1#
2# KVM configuration
3#
fb56dbb3 4
0ba12d10 5source "virt/kvm/Kconfig"
5d9b8e30 6
de062065
JE
7menuconfig VIRTUALIZATION
8 bool "Virtualization"
fb56dbb3 9 depends on HAVE_KVM || X86
de062065 10 default y
06bfb7eb 11 ---help---
36a74097
AK
12 Say Y here to get to see options for using your Linux host to run other
13 operating systems inside virtual machines (guests).
06bfb7eb
JE
14 This option alone does not add any kernel code.
15
16 If you say N, all options in this submenu will be skipped and disabled.
de062065
JE
17
18if VIRTUALIZATION
fd24dc4a 19
6aa8b732
AK
20config KVM
21 tristate "Kernel-based Virtual Machine (KVM) support"
268fe02a 22 depends on HAVE_KVM
92b5265d 23 depends on HIGH_RES_TIMERS
df3d8ae1
RD
24 # for TASKSTATS/TASK_DELAY_ACCT:
25 depends on NET
15ad7146 26 select PREEMPT_NOTIFIERS
cddb8a5c 27 select MMU_NOTIFIER
77668791 28 select ANON_INODES
0ba12d10 29 select HAVE_KVM_IRQCHIP
297e2105 30 select HAVE_KVM_IRQFD
a725d56a 31 select HAVE_KVM_IRQ_ROUTING
721eecbf 32 select HAVE_KVM_EVENTFD
73880c80 33 select KVM_APIC_ARCHITECTURE
af585b92 34 select KVM_ASYNC_PF
18863bdd 35 select USER_RETURN_NOTIFIER
50eb2a3c 36 select KVM_MMIO
fd079fac 37 select TASKSTATS
c9aaa895 38 select TASK_DELAY_ACCT
f5132b01 39 select PERF_EVENTS
07975ad3 40 select HAVE_KVM_MSI
f2a74347 41 select HAVE_KVM_CPU_RELAX_INTERCEPT
e108ff2f 42 select KVM_GENERIC_DIRTYLOG_READ_PROTECT
ec53500f 43 select KVM_VFIO
83fe27ea 44 select SRCU
6aa8b732
AK
45 ---help---
46 Support hosting fully virtualized guest machines using hardware
47 virtualization extensions. You will need a fairly recent
48 processor equipped with virtualization extensions. You will also
49 need to select one or more of the processor modules below.
50
51 This module provides access to the hardware capabilities through
52 a character device node named /dev/kvm.
53
54 To compile this as a module, choose M here: the module
55 will be called kvm.
56
57 If unsure, say N.
58
59config KVM_INTEL
60 tristate "KVM for Intel processors support"
61 depends on KVM
43771ebf
AK
62 # for perf_guest_get_msrs():
63 depends on CPU_SUP_INTEL
6aa8b732
AK
64 ---help---
65 Provides support for KVM on Intel processors equipped with the VT
66 extensions.
67
58f8ac27
RD
68 To compile this as a module, choose M here: the module
69 will be called kvm-intel.
70
6aa8b732
AK
71config KVM_AMD
72 tristate "KVM for AMD processors support"
73 depends on KVM
74 ---help---
75 Provides support for KVM on AMD processors equipped with the AMD-V
76 (SVM) extensions.
fd24dc4a 77
58f8ac27
RD
78 To compile this as a module, choose M here: the module
79 will be called kvm-amd.
80
8b1fe17c
XG
81config KVM_MMU_AUDIT
82 bool "Audit KVM MMU"
83 depends on KVM && TRACEPOINTS
84 ---help---
85 This option adds a R/W kVM module parameter 'mmu_audit', which allows
94491620 86 auditing of KVM MMU events at runtime.
8b1fe17c 87
2a5bab10
AW
88config KVM_DEVICE_ASSIGNMENT
89 bool "KVM legacy PCI device assignment support"
90 depends on KVM && PCI && IOMMU_API
e194bbdf 91 default n
2a5bab10
AW
92 ---help---
93 Provide support for legacy PCI device assignment through KVM. The
94 kernel now also supports a full featured userspace device driver
e194bbdf
PB
95 framework through VFIO, which supersedes this support and provides
96 better security.
2a5bab10 97
e194bbdf 98 If unsure, say N.
2a5bab10 99
9525ca02
RR
100# OK, it's a little counter-intuitive to do this, but it puts it neatly under
101# the virtualization menu.
3a4d5c94 102source drivers/vhost/Kconfig
9525ca02
RR
103source drivers/lguest/Kconfig
104
de062065 105endif # VIRTUALIZATION
This page took 0.605958 seconds and 5 git commands to generate.