]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
KVM: MMU: set ad_disabled in TDP MMU role
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Aug 2021 11:34:04 +0000 (07:34 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Oct 2021 07:44:55 +0000 (03:44 -0400)
commit87e888eafd5b2c7c48245b2a272f9d54264b1526
tree88ce776095882cd8d60f302cf4950d973d7eafd3
parenteb5cd7ffe142a989c77e9989e3e9ea986dc418aa
KVM: MMU: set ad_disabled in TDP MMU role

Prepare for removing the ad_disabled argument of make_spte; instead it can
be found in the role of a struct kvm_mmu_page.  First of all, the TDP MMU
must set the role accurately.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/tdp_mmu.c