5 source "virt/kvm/Kconfig"
7 menuconfig VIRTUALIZATION
10 Say Y here to get to see options for using your Linux host to run
11 other operating systems inside virtual machines (guests).
12 This option alone does not add any kernel code.
14 If you say N, all options in this submenu will be skipped and
21 select PREEMPT_NOTIFIERS
25 bool "KVM support for PowerPC 440 processors"
26 depends on EXPERIMENTAL && 44x
29 Support running unmodified 440 guest kernels in virtual machines on
32 This module provides access to the hardware capabilities through
33 a character device node named /dev/kvm.
37 config KVM_EXIT_TIMING
38 bool "Detailed exit timing"
41 Calculate elapsed time for every exit/enter cycle. A per-vcpu
42 report is available in debugfs kvm/vm#_vcpu#_timing.
43 The overhead is relatively small, however it is not recommended for
44 production environments.
49 bool "KVM support for PowerPC E500 processors"
50 depends on EXPERIMENTAL && E500
53 Support running unmodified E500 guest kernels in virtual machines on
56 This module provides access to the hardware capabilities through
57 a character device node named /dev/kvm.
61 source drivers/virtio/Kconfig
63 endif # VIRTUALIZATION