From: Xiao Guangrong Date: Mon, 11 Jul 2011 19:25:19 +0000 (+0800) Subject: KVM: MMU: cleanup for FNAME(fetch) X-Git-Tag: v3.1-rc1~264^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36c7a7c10bf845b623ce187501b561d1d843a18;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed