commit | 3d34adec7081621ff51c195be045b87d75c0c49d | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Sep 12 14:03:28 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 20 13:00:08 2012 +0300 |
tree | 0f2be432c532d25e8979b3853eb57af754d96f72 | |
parent | edc2ae84eb40a3c062210fe01af1cae1633cc810 [diff] |
KVM: MMU: Move gpte_access() out of paging_tmpl.h We no longer rely on paging_tmpl.h defines; so we can move the function to mmu.c. Rely on zero extension to 64 bits to get the correct nx behaviour. Reviewed-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>