commit | b36c7a7c10bf845b623ce187501b561d1d843a18 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Tue Jul 12 03:25:19 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Jul 24 11:50:29 2011 +0300 |
tree | 114092c6dd8bd2e3db31dbd5fb322015683482b9 | |
parent | 640d9b0dbe9f744ac8fd517a8f6afe238f8f525b [diff] |
KVM: MMU: cleanup for FNAME(fetch) 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>