Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) | Kconfig (e88643ba1acb48fa30345ba75cc324d7181aa2bf) |
---|---|
1# 2# KVM configuration 3# 4source "virt/kvm/Kconfig" 5 6menuconfig VIRTUALIZATION 7 bool "Virtualization" 8 ---help--- --- 6 unchanged lines hidden (view full) --- 15if VIRTUALIZATION 16 17config KVM 18 tristate "Kernel-based Virtual Machine (KVM) support" 19 depends on HAVE_KVM 20 select EXPORT_UASM 21 select PREEMPT_NOTIFIERS 22 select ANON_INODES | 1# 2# KVM configuration 3# 4source "virt/kvm/Kconfig" 5 6menuconfig VIRTUALIZATION 7 bool "Virtualization" 8 ---help--- --- 6 unchanged lines hidden (view full) --- 15if VIRTUALIZATION 16 17config KVM 18 tristate "Kernel-based Virtual Machine (KVM) support" 19 depends on HAVE_KVM 20 select EXPORT_UASM 21 select PREEMPT_NOTIFIERS 22 select ANON_INODES |
23 select KVM_GENERIC_DIRTYLOG_READ_PROTECT |
|
23 select KVM_MMIO 24 select SRCU 25 ---help--- 26 Support for hosting Guest kernels. 27 Currently supported on MIPS32 processors. 28 29config KVM_MIPS_DYN_TRANS 30 bool "KVM/MIPS: Dynamic binary translation to reduce traps" --- 20 unchanged lines hidden --- | 24 select KVM_MMIO 25 select SRCU 26 ---help--- 27 Support for hosting Guest kernels. 28 Currently supported on MIPS32 processors. 29 30config KVM_MIPS_DYN_TRANS 31 bool "KVM/MIPS: Dynamic binary translation to reduce traps" --- 20 unchanged lines hidden --- |