Kconfig (38fd2c202a3d82bc12430bce5789fa2c2a406f71) | Kconfig (94491620e1362f6065ab821c13eb54b716ada19f) |
---|---|
1# 2# KVM configuration 3# 4 5source "virt/kvm/Kconfig" 6 7menuconfig VIRTUALIZATION 8 bool "Virtualization" --- 66 unchanged lines hidden (view full) --- 75 To compile this as a module, choose M here: the module 76 will be called kvm-amd. 77 78config KVM_MMU_AUDIT 79 bool "Audit KVM MMU" 80 depends on KVM && TRACEPOINTS 81 ---help--- 82 This option adds a R/W kVM module parameter 'mmu_audit', which allows | 1# 2# KVM configuration 3# 4 5source "virt/kvm/Kconfig" 6 7menuconfig VIRTUALIZATION 8 bool "Virtualization" --- 66 unchanged lines hidden (view full) --- 75 To compile this as a module, choose M here: the module 76 will be called kvm-amd. 77 78config KVM_MMU_AUDIT 79 bool "Audit KVM MMU" 80 depends on KVM && TRACEPOINTS 81 ---help--- 82 This option adds a R/W kVM module parameter 'mmu_audit', which allows |
83 audit KVM MMU at runtime. | 83 auditing of KVM MMU events at runtime. |
84 85config KVM_DEVICE_ASSIGNMENT 86 bool "KVM legacy PCI device assignment support" 87 depends on KVM && PCI && IOMMU_API 88 default y 89 ---help--- 90 Provide support for legacy PCI device assignment through KVM. The 91 kernel now also supports a full featured userspace device driver 92 framework through VFIO, which supersedes much of this support. 93 94 If unsure, say Y. 95 96# OK, it's a little counter-intuitive to do this, but it puts it neatly under 97# the virtualization menu. 98source drivers/vhost/Kconfig 99source drivers/lguest/Kconfig 100 101endif # VIRTUALIZATION | 84 85config KVM_DEVICE_ASSIGNMENT 86 bool "KVM legacy PCI device assignment support" 87 depends on KVM && PCI && IOMMU_API 88 default y 89 ---help--- 90 Provide support for legacy PCI device assignment through KVM. The 91 kernel now also supports a full featured userspace device driver 92 framework through VFIO, which supersedes much of this support. 93 94 If unsure, say Y. 95 96# OK, it's a little counter-intuitive to do this, but it puts it neatly under 97# the virtualization menu. 98source drivers/vhost/Kconfig 99source drivers/lguest/Kconfig 100 101endif # VIRTUALIZATION |