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:
640d9b0
)
KVM: MMU: cleanup for FNAME(fetch)
author
Xiao Guangrong
<xiaoguangrong@cn.fujitsu.com>
Mon, 11 Jul 2011 19:25:19 +0000
(
03:25
+0800)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Jul 2011 08:50:29 +0000
(11:50 +0300)
gw->pte_access is the final access permission, since it is unified with
gw->pt_access when we walked guest page table:
FNAME(walk_addr_generic):
pte_access = pt_access & FNAME(gpte_access)(vcpu, pte, true);
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found