commit | 566a0beef52c83f13b67aef02b2bc0aa63c0e0d6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Apr 02 11:44:56 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Apr 17 08:31:05 2021 -0400 |
tree | 7dc2f804a74501b36a838c648e785773cb4a25ed | |
parent | 5194552fb1ffb4248c8db3f7286aa4ac7ae3163b [diff] |
KVM: MIPS: let generic code call prepare_flush_shadow Since all calls to kvm_flush_remote_tlbs must be preceded by kvm_mips_callbacks->prepare_flush_shadow, repurpose kvm_arch_flush_remote_tlb to invoke it. This makes it possible to use the TLB flushing mechanism provided by the generic MMU notifier code. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>