]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit24217a5a0ebbdc0985cd4dc5417e7a1a3c813eeb
treeb6bcb4d2f1734c169c77121378767433d84fadb5
parentdc69402b8f292dbe20af75fdb662e7fedf6c189c
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