Kconfig (b3bbcc5d1da1b654091dad15980b3d58fdae0fc6) Kconfig (688de017efaab8a7764ab2c05ce7128d0361023b)
1# SPDX-License-Identifier: GPL-2.0
2#
3# KVM configuration
4#
5
6source "virt/kvm/Kconfig"
7
8menuconfig VIRTUALIZATION

--- 175 unchanged lines hidden (view full) ---

184 report is available in debugfs kvm/vm#_vcpu#_timing.
185 The overhead is relatively small, however it is not recommended for
186 production environments.
187
188 If unsure, say N.
189
190config KVM_E500V2
191 bool "KVM support for PowerPC E500v2 processors"
1# SPDX-License-Identifier: GPL-2.0
2#
3# KVM configuration
4#
5
6source "virt/kvm/Kconfig"
7
8menuconfig VIRTUALIZATION

--- 175 unchanged lines hidden (view full) ---

184 report is available in debugfs kvm/vm#_vcpu#_timing.
185 The overhead is relatively small, however it is not recommended for
186 production environments.
187
188 If unsure, say N.
189
190config KVM_E500V2
191 bool "KVM support for PowerPC E500v2 processors"
192 depends on E500 && !PPC_E500MC
192 depends on PPC_E500 && !PPC_E500MC
193 select KVM
194 select KVM_MMIO
195 select MMU_NOTIFIER
196 help
197 Support running unmodified E500 guest kernels in virtual machines on
198 E500v2 host processors.
199
200 This module provides access to the hardware capabilities through

--- 14 unchanged lines hidden (view full) ---

215
216 This module provides access to the hardware capabilities through
217 a character device node named /dev/kvm.
218
219 If unsure, say N.
220
221config KVM_MPIC
222 bool "KVM in-kernel MPIC emulation"
193 select KVM
194 select KVM_MMIO
195 select MMU_NOTIFIER
196 help
197 Support running unmodified E500 guest kernels in virtual machines on
198 E500v2 host processors.
199
200 This module provides access to the hardware capabilities through

--- 14 unchanged lines hidden (view full) ---

215
216 This module provides access to the hardware capabilities through
217 a character device node named /dev/kvm.
218
219 If unsure, say N.
220
221config KVM_MPIC
222 bool "KVM in-kernel MPIC emulation"
223 depends on KVM && E500
223 depends on KVM && PPC_E500
224 select HAVE_KVM_IRQCHIP
225 select HAVE_KVM_IRQFD
226 select HAVE_KVM_IRQ_ROUTING
227 select HAVE_KVM_MSI
228 help
229 Enable support for emulating MPIC devices inside the
230 host kernel, rather than relying on userspace to emulate.
231 Currently, support is limited to certain versions of

--- 19 unchanged lines hidden ---
224 select HAVE_KVM_IRQCHIP
225 select HAVE_KVM_IRQFD
226 select HAVE_KVM_IRQ_ROUTING
227 select HAVE_KVM_MSI
228 help
229 Enable support for emulating MPIC devices inside the
230 host kernel, rather than relying on userspace to emulate.
231 Currently, support is limited to certain versions of

--- 19 unchanged lines hidden ---