]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 5 Feb 2019 21:01:20 +0000 (13:01 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Feb 2019 12:33:35 +0000 (13:33 +0100)
commitc5dff3cb4ba6b0379d1ff530286c83d8c59f1d6f
tree04267e68410ce03aaf9bf6537d3c8220367067f7
parentd7345f4db2c30208899ca712545595b93e73f9a2
KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()

...and into a separate helper, kvm_mmu_remote_flush_or_zap(), that does
not require a vcpu so that the code can be (re)used by
kvm_mmu_invalidate_zap_pages_in_memslot().

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c