4 source "virt/kvm/Kconfig"
6 menuconfig VIRTUALIZATION
9 Say Y here to get to see options for using your Linux host to run
10 other operating systems inside virtual machines (guests).
11 This option alone does not add any kernel code.
13 If you say N, all options in this submenu will be skipped and disabled.
18 tristate "Kernel-based Virtual Machine (KVM) support"
21 select PREEMPT_NOTIFIERS
26 Support for hosting Guest kernels.
27 Currently supported on MIPS32 processors.
29 config KVM_MIPS_DYN_TRANS
30 bool "KVM/MIPS: Dynamic binary translation to reduce traps"
33 When running in Trap & Emulate mode patch privileged
34 instructions to reduce the number of traps.
38 config KVM_MIPS_DEBUG_COP0_COUNTERS
39 bool "Maintain counters for COP0 accesses"
42 Maintain statistics for Guest COP0 accesses.
43 A histogram of COP0 accesses is printed when the VM is
48 source drivers/vhost/Kconfig
50 endif # VIRTUALIZATION