]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: MMU: drop unnecessary kvm_reload_remote_mmus
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Fri, 31 May 2013 00:36:21 +0000 (08:36 +0800)
committerGleb Natapov <gleb@redhat.com>
Wed, 5 Jun 2013 09:32:24 +0000 (12:32 +0300)
commit0bf66a2ec1745e5a8a4928dab5580cdecb2fee67
treee2cf34d6189894424687160d9946b4f33efa4677
parent4b2e0a3ea80e451e2d27ceb512afbc3cf199be88
KVM: MMU: drop unnecessary kvm_reload_remote_mmus

It is the responsibility of kvm_mmu_zap_all that keeps the
consistent of mmu and tlbs. And it is also unnecessary after
zap all mmio sptes since no mmio spte exists on root shadow
page and it can not be cached into tlb

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/x86.c