diff options
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 970bbd479516..50f63648ce1b 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig | |||
@@ -28,6 +28,7 @@ config KVM | |||
28 | select HAVE_KVM_IRQCHIP | 28 | select HAVE_KVM_IRQCHIP |
29 | select HAVE_KVM_EVENTFD | 29 | select HAVE_KVM_EVENTFD |
30 | select KVM_APIC_ARCHITECTURE | 30 | select KVM_APIC_ARCHITECTURE |
31 | select KVM_ASYNC_PF | ||
31 | select USER_RETURN_NOTIFIER | 32 | select USER_RETURN_NOTIFIER |
32 | select KVM_MMIO | 33 | select KVM_MMIO |
33 | ---help--- | 34 | ---help--- |
@@ -64,6 +65,13 @@ config KVM_AMD | |||
64 | To compile this as a module, choose M here: the module | 65 | To compile this as a module, choose M here: the module |
65 | will be called kvm-amd. | 66 | will be called kvm-amd. |
66 | 67 | ||
68 | config KVM_MMU_AUDIT | ||
69 | bool "Audit KVM MMU" | ||
70 | depends on KVM && TRACEPOINTS | ||
71 | ---help--- | ||
72 | This option adds a R/W kVM module parameter 'mmu_audit', which allows | ||
73 | audit KVM MMU at runtime. | ||
74 | |||
67 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under | 75 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under |
68 | # the virtualization menu. | 76 | # the virtualization menu. |
69 | source drivers/vhost/Kconfig | 77 | source drivers/vhost/Kconfig |