| source "virt/kvm/Kconfig" |
| menuconfig VIRTUALIZATION |
| Say Y here to get to see options for using your Linux host to run |
| other operating systems inside virtual machines (guests). |
| This option alone does not add any kernel code. |
| If you say N, all options in this submenu will be skipped and |
| config KVM_ARM_VGIC_V3_ITS |
| bool "Kernel-based Virtual Machine (KVM) support" |
| select HAVE_KVM_CPU_RELAX_INTERCEPT |
| select HAVE_KVM_ARCH_TLB_FLUSH_ALL |
| select KVM_GENERIC_DIRTYLOG_READ_PROTECT |
| select KVM_ARM_VGIC_V3_ITS |
| select KVM_ARM_PMU if HW_PERF_EVENTS |
| select HAVE_KVM_IRQ_ROUTING |
| Support hosting virtualized guest machines. |
| We don't support KVM with 16K page tables yet, due to the multiple |
| levels of fake page tables. |
| Provides host support for ARM processors. |
| Adds support for a virtual Performance Monitoring Unit (PMU) in |
| source drivers/vhost/Kconfig |