5 config HAVE_KVM_IRQCHIP
8 menuconfig VIRTUALIZATION
11 Say Y here to get to see options for using your Linux host to run
12 other operating systems inside virtual machines (guests).
13 This option alone does not add any kernel code.
15 If you say N, all options in this submenu will be skipped and
22 select PREEMPT_NOTIFIERS
26 bool "KVM support for PowerPC 440 processors"
27 depends on EXPERIMENTAL && 44x
30 Support running unmodified 440 guest kernels in virtual machines on
33 This module provides access to the hardware capabilities through
34 a character device node named /dev/kvm.
38 config KVM_EXIT_TIMING
39 bool "Detailed exit timing"
42 Calculate elapsed time for every exit/enter cycle. A per-vcpu
43 report is available in debugfs kvm/vm#_vcpu#_timing.
44 The overhead is relatively small, however it is not recommended for
45 production environments.
50 bool "KVM support for PowerPC E500 processors"
51 depends on EXPERIMENTAL && E500
54 Support running unmodified E500 guest kernels in virtual machines on
57 This module provides access to the hardware capabilities through
58 a character device node named /dev/kvm.
63 bool "KVM trace support"
64 depends on KVM && MARKERS && SYSFS
69 This option allows reading a trace of kvm-related events through
70 relayfs. Note the ABI is not considered stable and will be
71 modified in future updates.
73 source drivers/virtio/Kconfig
75 endif # VIRTUALIZATION