]> 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)
commite8cf1ae0936c522b0bfd1ff5aae5aa3a55b39082
treeb6bcb4d2f1734c169c77121378767433d84fadb5
parent33cd3366ab5324d4cf8a36699b599bdbf7468f78
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