4 menuconfig VIRTUALIZATION
9 Say Y here to get to see options for virtualization guest drivers.
10 This option alone does not add any kernel code.
12 If you say N, all options in this submenu will be skipped and disabled.
17 tristate "Kernel-based Virtual Machine (KVM) support"
18 depends on X86 && EXPERIMENTAL
21 Support hosting fully virtualized guest machines using hardware
22 virtualization extensions. You will need a fairly recent
23 processor equipped with virtualization extensions. You will also
24 need to select one or more of the processor modules below.
26 This module provides access to the hardware capabilities through
27 a character device node named /dev/kvm.
29 To compile this as a module, choose M here: the module
35 tristate "KVM for Intel processors support"
38 Provides support for KVM on Intel processors equipped with the VT
42 tristate "KVM for AMD processors support"
45 Provides support for KVM on AMD processors equipped with the AMD-V
48 endif # VIRTUALIZATION