Lines Matching refs:KVM
3 # KVM configuration
21 config KVM config
22 tristate "Kernel-based Virtual Machine (KVM) support"
67 bool "Compile KVM with -Werror"
72 depends on KVM
76 Add -Werror to the build flags for KVM.
81 tristate "KVM for Intel (and compatible) processors support"
82 depends on KVM && IA32_FEAT_CTL
84 Provides support for KVM on processors equipped with Intel's VT
95 Enables KVM guests to create SGX enclaves.
103 tristate "KVM for AMD processors support"
104 depends on KVM && (CPU_SUP_AMD || CPU_SUP_HYGON)
106 Provides support for KVM on AMD processors equipped with the AMD-V
124 depends on KVM
126 Provides support for KVM to emulate System Management Mode (SMM)
134 depends on KVM
136 Provides KVM support for the hosting Xen HVM guests and
142 bool "Prove KVM MMU correctness"
144 depends on KVM
147 Enables runtime assertions in KVM's MMU that are too costly to enable