git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411c588
)
KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB
author
Avi Kivity
<avi@redhat.com>
Sun, 12 Jun 2011 15:14:08 +0000
(18:14 +0300)
committer
Avi Kivity
<avi@redhat.com>
Tue, 12 Jul 2011 10:16:27 +0000
(13:16 +0300)
kvm_set_cr0() and kvm_set_cr4(), and possible other functions,
assume that kvm_mmu_reset_context() flushes the guest TLB. However,
it does not.
Fix by flushing the tlb (and syncing the new root as well).
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found