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 config KVM_BOOK3S_64_HANDLER
29 tristate "KVM support for PowerPC book3s_64 processors"
30 depends on EXPERIMENTAL && PPC64
32 select KVM_BOOK3S_64_HANDLER
34 Support running unmodified book3s_64 and book3s_32 guest kernels
35 in virtual machines on book3s_64 host processors.
37 This module provides access to the hardware capabilities through
38 a character device node named /dev/kvm.
43 bool "KVM support for PowerPC 440 processors"
44 depends on EXPERIMENTAL && 44x
47 Support running unmodified 440 guest kernels in virtual machines on
50 This module provides access to the hardware capabilities through
51 a character device node named /dev/kvm.
55 config KVM_EXIT_TIMING
56 bool "Detailed exit timing"
57 depends on KVM_440 || KVM_E500
59 Calculate elapsed time for every exit/enter cycle. A per-vcpu
60 report is available in debugfs kvm/vm#_vcpu#_timing.
61 The overhead is relatively small, however it is not recommended for
62 production environments.
67 bool "KVM support for PowerPC E500 processors"
68 depends on EXPERIMENTAL && E500
71 Support running unmodified E500 guest kernels in virtual machines on
74 This module provides access to the hardware capabilities through
75 a character device node named /dev/kvm.
79 source drivers/vhost/Kconfig
80 source drivers/virtio/Kconfig
82 endif # VIRTUALIZATION