5 menuconfig VIRTUALIZATION
8 Say Y here to get to see options for using your Linux host to run
9 other operating systems inside virtual machines (guests).
10 This option alone does not add any kernel code.
12 If you say N, all options in this submenu will be skipped and
18 bool "Kernel-based Virtual Machine (KVM) support"
19 depends on EXPERIMENTAL
20 select PREEMPT_NOTIFIERS
23 Support hosting virtualized guest machines. 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.
32 bool "KVM support for PowerPC 440 processors"
35 KVM can run unmodified 440 guest kernels on 440 host processors.
38 bool "KVM trace support"
39 depends on KVM && MARKERS && SYSFS
44 This option allows reading a trace of kvm-related events through
45 relayfs. Note the ABI is not considered stable and will be
46 modified in future updates.
48 source drivers/virtio/Kconfig
50 endif # VIRTUALIZATION