KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
authorSean Christopherson <seanjc@google.com>
Fri, 15 Jul 2022 23:00:15 +0000 (23:00 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:21 +0000 (13:22 -0400)
commit38bf9d7bf277bb40c4dceedd2b5eb87d02c36d5b
treedd4b07988900c60d8455c5c777c1e6e9124c182a
parent82ffad2ddf5d7b5b9c14c705fed4a7d5f2ec4c38
KVM: x86/mmu: Add shadow mask for effective host MTRR memtype

Add shadow_memtype_mask to capture that EPT needs a non-zero memtype mask
instead of relying on TDP being enabled, as NPT doesn't need a non-zero
mask.  This is a glorified nop as kvm_x86_ops.get_mt_mask() returns zero
for NPT anyways.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20220715230016.3762909-4-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/spte.c
arch/x86/kvm/mmu/spte.h