blob: e45644657d49dc617220792aae8f83917956e2a0 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Hollis Blanchardbbf45ba2008-04-16 23:28:09 -05002#
3# KVM configuration
4#
5
Avi Kivity0ba12d12009-05-21 16:45:19 +03006source "virt/kvm/Kconfig"
Avi Kivity5d9b8e32009-01-04 18:04:18 +02007
Hollis Blanchardbbf45ba2008-04-16 23:28:09 -05008menuconfig VIRTUALIZATION
9 bool "Virtualization"
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090010 help
Hollis Blanchardbbf45ba2008-04-16 23:28:09 -050011 Say Y here to get to see options for using your Linux host to run
12 other operating systems inside virtual machines (guests).
13 This option alone does not add any kernel code.
14
15 If you say N, all options in this submenu will be skipped and
16 disabled.
17
18if VIRTUALIZATION
19
20config KVM
Hollis Blanchard74ef7402008-11-07 13:15:13 -060021 bool
Hollis Blanchardbbf45ba2008-04-16 23:28:09 -050022 select PREEMPT_NOTIFIERS
Alexander Graf0e673fb2012-10-09 00:06:20 +020023 select HAVE_KVM_EVENTFD
Paolo Bonzini5cb09442017-12-12 17:41:34 +010024 select HAVE_KVM_VCPU_ASYNC_IOCTL
Pranith Kumar83fe27e2014-12-05 11:24:45 -050025 select SRCU
Paul Mackerras4b3d1732016-08-18 16:04:41 +100026 select KVM_VFIO
Suresh Warrier95767302016-08-19 15:35:47 +100027 select IRQ_BYPASS_MANAGER
28 select HAVE_KVM_IRQ_BYPASS
Hollis Blanchard74ef7402008-11-07 13:15:13 -060029
Alexander Grafc14dea02010-04-16 00:11:41 +020030config KVM_BOOK3S_HANDLER
31 bool
32
Alexander Graf4f841392010-04-16 00:11:58 +020033config KVM_BOOK3S_32_HANDLER
34 bool
35 select KVM_BOOK3S_HANDLER
Paul Mackerrasde56a942011-06-29 00:21:34 +000036 select KVM_MMIO
Alexander Graf4f841392010-04-16 00:11:58 +020037
Alexander Grafc4f9c772009-10-30 05:47:24 +000038config KVM_BOOK3S_64_HANDLER
39 bool
Alexander Grafc14dea02010-04-16 00:11:41 +020040 select KVM_BOOK3S_HANDLER
Michael Neulinga278e7e2019-06-04 13:00:37 +100041 select PPC_DAWR_FORCE_ENABLE
Alexander Grafc4f9c772009-10-30 05:47:24 +000042
Aneesh Kumar K.V7aa79932013-10-07 22:17:51 +053043config KVM_BOOK3S_PR_POSSIBLE
Paul Mackerrasde56a942011-06-29 00:21:34 +000044 bool
45 select KVM_MMIO
Alexander Graf9b0cb3c2012-08-10 13:23:55 +020046 select MMU_NOTIFIER
Paul Mackerrasde56a942011-06-29 00:21:34 +000047
Aneesh Kumar K.V9975f5e2013-10-07 22:17:52 +053048config KVM_BOOK3S_HV_POSSIBLE
49 bool
50
Alexander Graf4f841392010-04-16 00:11:58 +020051config KVM_BOOK3S_32
52 tristate "KVM support for PowerPC book3s_32 processors"
Kees Cook07ff8b52013-01-16 18:53:22 -080053 depends on PPC_BOOK3S_32 && !SMP && !PTE_64BIT
Alexander Graf4f841392010-04-16 00:11:58 +020054 select KVM
55 select KVM_BOOK3S_32_HANDLER
Aneesh Kumar K.V7aa79932013-10-07 22:17:51 +053056 select KVM_BOOK3S_PR_POSSIBLE
Christophe Leroy27f69952021-01-19 06:36:52 +000057 select PPC_FPU
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090058 help
Alexander Graf4f841392010-04-16 00:11:58 +020059 Support running unmodified book3s_32 guest kernels
60 in virtual machines on book3s_32 host processors.
61
62 This module provides access to the hardware capabilities through
63 a character device node named /dev/kvm.
64
65 If unsure, say N.
66
Alexander Grafc4f9c772009-10-30 05:47:24 +000067config KVM_BOOK3S_64
68 tristate "KVM support for PowerPC book3s_64 processors"
Kees Cook07ff8b52013-01-16 18:53:22 -080069 depends on PPC_BOOK3S_64
Alexander Grafc4f9c772009-10-30 05:47:24 +000070 select KVM_BOOK3S_64_HANDLER
Paul Mackerrasde56a942011-06-29 00:21:34 +000071 select KVM
Aneesh Kumar K.V9975f5e2013-10-07 22:17:52 +053072 select KVM_BOOK3S_PR_POSSIBLE if !KVM_BOOK3S_HV_POSSIBLE
Ulf Magnusson57ea5f162018-02-05 02:21:14 +010073 select SPAPR_TCE_IOMMU if IOMMU_SUPPORT && (PPC_PSERIES || PPC_POWERNV)
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090074 help
Alexander Grafc4f9c772009-10-30 05:47:24 +000075 Support running unmodified book3s_64 and book3s_32 guest kernels
76 in virtual machines on book3s_64 host processors.
77
78 This module provides access to the hardware capabilities through
79 a character device node named /dev/kvm.
80
81 If unsure, say N.
82
Paul Mackerrasde56a942011-06-29 00:21:34 +000083config KVM_BOOK3S_64_HV
Thomas Huth129fd422015-05-22 11:41:01 +020084 tristate "KVM for POWER7 and later using hypervisor mode in host"
Shreyas B. Prabhua7e73e72015-04-16 16:28:09 +053085 depends on KVM_BOOK3S_64 && PPC_POWERNV
Aneesh Kumar K.V9975f5e2013-10-07 22:17:52 +053086 select KVM_BOOK3S_HV_POSSIBLE
Paul Mackerras342d3db2011-12-12 12:38:05 +000087 select MMU_NOTIFIER
Aneesh Kumar K.Vfa61a4e32013-07-02 11:15:16 +053088 select CMA
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090089 help
Paul Mackerrasde56a942011-06-29 00:21:34 +000090 Support running unmodified book3s_64 guest kernels in
Thomas Huth129fd422015-05-22 11:41:01 +020091 virtual machines on POWER7 and newer processors that have
Paul Mackerras9e368f22011-06-29 00:40:08 +000092 hypervisor mode available to the host.
Paul Mackerrasde56a942011-06-29 00:21:34 +000093
94 If you say Y here, KVM will use the hardware virtualization
95 facilities of POWER7 (and later) processors, meaning that
96 guest operating systems will run at full hardware speed
97 using supervisor and user modes. However, this also means
98 that KVM is not usable under PowerVM (pHyp), is only usable
Thomas Huth129fd422015-05-22 11:41:01 +020099 on POWER7 or later processors, and cannot emulate a
100 different processor from the host processor.
Paul Mackerrasde56a942011-06-29 00:21:34 +0000101
102 If unsure, say N.
103
104config KVM_BOOK3S_64_PR
Aneesh Kumar K.V2ba9f0d2013-10-07 22:17:59 +0530105 tristate "KVM support without using hypervisor mode in host"
106 depends on KVM_BOOK3S_64
Aneesh Kumar K.V7aa79932013-10-07 22:17:51 +0530107 select KVM_BOOK3S_PR_POSSIBLE
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900108 help
Aneesh Kumar K.V9975f5e2013-10-07 22:17:52 +0530109 Support running guest kernels in virtual machines on processors
110 without using hypervisor mode in the host, by running the
111 guest in user mode (problem state) and emulating all
112 privileged instructions and registers.
113
114 This is not as fast as using hypervisor mode, but works on
115 machines where hypervisor mode is not available or not usable,
116 and can emulate processors that are different from the host
117 processor, including emulating 32-bit processors on a 64-bit
118 host.
Paul Mackerrasde56a942011-06-29 00:21:34 +0000119
Paul Mackerrasb6c295d2015-03-28 14:21:02 +1100120config KVM_BOOK3S_HV_EXIT_TIMING
121 bool "Detailed timing for hypervisor real-mode code"
122 depends on KVM_BOOK3S_HV_POSSIBLE && DEBUG_FS
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900123 help
Paul Mackerrasb6c295d2015-03-28 14:21:02 +1100124 Calculate time taken for each vcpu in the real-mode guest entry,
125 exit, and interrupt handling code, plus time spent in the guest
126 and in nap mode due to idle (cede) while other threads are still
127 in the guest. The total, minimum and maximum times in nanoseconds
128 together with the number of executions are reported in debugfs in
129 kvm/vm#/vcpu#/timings. The overhead is of the order of 30 - 40
130 ns per exit on POWER8.
131
132 If unsure, say N.
133
Scott Woodd30f6e42011-12-20 15:34:43 +0000134config KVM_BOOKE_HV
135 bool
136
Hollis Blanchard73e75b42008-12-02 15:51:57 -0600137config KVM_EXIT_TIMING
138 bool "Detailed exit timing"
Alexander Grafb2677b82014-07-25 10:38:59 +0200139 depends on KVM_E500V2 || KVM_E500MC
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900140 help
Hollis Blanchard73e75b42008-12-02 15:51:57 -0600141 Calculate elapsed time for every exit/enter cycle. A per-vcpu
142 report is available in debugfs kvm/vm#_vcpu#_timing.
143 The overhead is relatively small, however it is not recommended for
144 production environments.
145
146 If unsure, say N.
147
Alexander Grafbf7ca4b2012-02-15 23:40:00 +0000148config KVM_E500V2
149 bool "KVM support for PowerPC E500v2 processors"
Kees Cook07ff8b52013-01-16 18:53:22 -0800150 depends on E500 && !PPC_E500MC
Hollis Blanchardbc8080c2009-01-03 16:23:10 -0600151 select KVM
Paul Mackerrasde56a942011-06-29 00:21:34 +0000152 select KVM_MMIO
Alexander Graf862d31f2012-07-31 00:19:50 +0200153 select MMU_NOTIFIER
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900154 help
Hollis Blanchardbc8080c2009-01-03 16:23:10 -0600155 Support running unmodified E500 guest kernels in virtual machines on
Alexander Grafbf7ca4b2012-02-15 23:40:00 +0000156 E500v2 host processors.
Hollis Blanchardbc8080c2009-01-03 16:23:10 -0600157
158 This module provides access to the hardware capabilities through
159 a character device node named /dev/kvm.
160
161 If unsure, say N.
162
Scott Wood73196cd32011-12-20 15:34:47 +0000163config KVM_E500MC
Mihai Caramand9ce6042013-04-11 00:03:14 +0000164 bool "KVM support for PowerPC E500MC/E5500/E6500 processors"
Kees Cook07ff8b52013-01-16 18:53:22 -0800165 depends on PPC_E500MC
Scott Wood73196cd32011-12-20 15:34:47 +0000166 select KVM
167 select KVM_MMIO
168 select KVM_BOOKE_HV
Alexander Graf862d31f2012-07-31 00:19:50 +0200169 select MMU_NOTIFIER
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900170 help
Mihai Caramand9ce6042013-04-11 00:03:14 +0000171 Support running unmodified E500MC/E5500/E6500 guest kernels in
172 virtual machines on E500MC/E5500/E6500 host processors.
Scott Wood73196cd32011-12-20 15:34:47 +0000173
174 This module provides access to the hardware capabilities through
175 a character device node named /dev/kvm.
176
177 If unsure, say N.
178
Scott Wood5df554ad2013-04-12 14:08:46 +0000179config KVM_MPIC
180 bool "KVM in-kernel MPIC emulation"
Alexander Graf447a03c2013-04-17 01:54:26 +0200181 depends on KVM && E500
Alexander Grafde9ba2f2013-04-16 17:42:19 +0200182 select HAVE_KVM_IRQCHIP
Paul Mackerras297e2102014-06-30 20:51:13 +1000183 select HAVE_KVM_IRQFD
Alexander Grafde9ba2f2013-04-16 17:42:19 +0200184 select HAVE_KVM_IRQ_ROUTING
185 select HAVE_KVM_MSI
Scott Wood5df554ad2013-04-12 14:08:46 +0000186 help
187 Enable support for emulating MPIC devices inside the
Enrico Weigelt, metux IT consult4f44e8a2019-07-03 18:04:13 +0200188 host kernel, rather than relying on userspace to emulate.
189 Currently, support is limited to certain versions of
190 Freescale's MPIC implementation.
Scott Wood5df554ad2013-04-12 14:08:46 +0000191
Benjamin Herrenschmidtbc5ad3f2013-04-17 20:30:26 +0000192config KVM_XICS
193 bool "KVM in-kernel XICS emulation"
194 depends on KVM_BOOK3S_64 && !KVM_MPIC
Paul Mackerras25a2150b2014-06-30 20:51:14 +1000195 select HAVE_KVM_IRQCHIP
196 select HAVE_KVM_IRQFD
Anton Blanchard476ce5ef02014-12-03 13:30:42 +1100197 default y
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900198 help
Benjamin Herrenschmidtbc5ad3f2013-04-17 20:30:26 +0000199 Include support for the XICS (eXternal Interrupt Controller
200 Specification) interrupt controller architecture used on
201 IBM POWER (pSeries) servers.
202
Benjamin Herrenschmidt5af50992017-04-05 17:54:56 +1000203config KVM_XIVE
204 bool
205 default y
206 depends on KVM_XICS && PPC_XIVE_NATIVE && KVM_BOOK3S_HV_POSSIBLE
207
Hollis Blanchardbbf45ba2008-04-16 23:28:09 -0500208endif # VIRTUALIZATION