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:
7ae680e
)
KVM: MMU: split the operations of kvm_mmu_zap_page()
author
Xiao Guangrong
<xiaoguangrong@cn.fujitsu.com>
Fri, 4 Jun 2010 13:53:54 +0000
(21:53 +0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 1 Aug 2010 07:39:27 +0000
(10:39 +0300)
Using kvm_mmu_prepare_zap_page() and kvm_mmu_commit_zap_page() to
split kvm_mmu_zap_page() function, then we can:
- traverse hlist safely
- easily to gather remote tlb flush which occurs during page zapped
Those feature can be used in the later patches
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found