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:
9630421
)
KVM: MMU: optimize pte write path if don't have protected sp
author
Xiao Guangrong
<xiaoguangrong@cn.fujitsu.com>
Sun, 15 May 2011 15:20:27 +0000
(23:20 +0800)
committer
Avi Kivity
<avi@redhat.com>
Tue, 12 Jul 2011 08:45:02 +0000
(11:45 +0300)
Simply return from kvm_mmu_pte_write path if no shadow page is
write-protected, then we can avoid to walk all shadow pages and hold
mmu-lock
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found