| 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 |
| bool "Kernel-based Virtual Machine (KVM) support" |
| select HAVE_KVM_CPU_RELAX_INTERCEPT |
| Support hosting virtualized guest machines. |
| Provides host support for ARM processors. |
| int "Number maximum supported virtual CPUs per VM" |
| Static number of max supported virtual CPUs per VM. |
| If you choose a high number, the vcpu structures will be quite |
| large, so only choose a reasonable number that you expect to |
| depends on KVM_ARM_HOST && OF |
| Adds support for a hardware assisted, in-kernel GIC emulation. |
| Adds support for the Architected Timers in virtual machines. |