summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/Kconfig
diff options
context:
space:
mode:
authorDavid Stevens <stevensd@chromium.org>2021-09-22 06:58:58 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-10-01 09:44:57 +0200
commite9d0c0c4f7ea47d25490cd466cefe6d5c1a4d0ec (patch)
treedca9c1fd746da27fc65f2b5c512b3764bd4fd671 /arch/x86/kvm/Kconfig
parentnSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB (diff)
downloadlinux-e9d0c0c4f7ea47d25490cd466cefe6d5c1a4d0ec.tar.xz
linux-e9d0c0c4f7ea47d25490cd466cefe6d5c1a4d0ec.zip
KVM: x86: add config for non-kvm users of page tracking
Add a config option that allows kvm to determine whether or not there are any external users of page tracking. Signed-off-by: David Stevens <stevensd@chromium.org> Message-Id: <20210922045859.2011227-2-stevensd@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r--arch/x86/kvm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig
index ac69894eab88..619186138176 100644
--- a/arch/x86/kvm/Kconfig
+++ b/arch/x86/kvm/Kconfig
@@ -129,4 +129,7 @@ config KVM_MMU_AUDIT
This option adds a R/W kVM module parameter 'mmu_audit', which allows
auditing of KVM MMU events at runtime.
+config KVM_EXTERNAL_WRITE_TRACKING
+ bool
+
endif # VIRTUALIZATION