KVM: x86/mmu: clear MMIO cache when unloading the MMU
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 14 Feb 2022 14:13:48 +0000 (09:13 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Feb 2022 13:20:19 +0000 (08:20 -0500)
commit6d58f275e6dcded101bd7e6688bf308d3385e238
treea1643221f31022220049b31855f0716f1c47a316
parentd2e5f3334169ab1bbbf13902e9fc8ef605ba824d
KVM: x86/mmu: clear MMIO cache when unloading the MMU

For cleanliness, do not leave a stale GVA in the cache after all the roots are
cleared.  In practice, kvm_mmu_load will go through kvm_mmu_sync_roots if
paging is on, and will not use vcpu_match_mmio_gva at all if paging is off.
However, leaving data in the cache might cause bugs in the future.

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