KVM: MMU: clean up make_spte return value
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Aug 2021 11:32:09 +0000 (07:32 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Oct 2021 07:44:54 +0000 (03:44 -0400)
commitad67e4806e4c2d920e2045b3fafc60ddbc3017f5
treeb6bcb4d2f1734c169c77121378767433d84fadb5
parent4758d47e0d685c5e2ee999c355c52d25210c2fbc
KVM: MMU: clean up make_spte return value

Now that make_spte is called directly by the shadow MMU (rather than
wrapped by set_spte), it only has to return one boolean value.

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