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:
edc2ae8
)
KVM: MMU: Move gpte_access() out of paging_tmpl.h
author
Avi Kivity
<avi@redhat.com>
Wed, 12 Sep 2012 11:03:28 +0000
(14:03 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 20 Sep 2012 10:00:08 +0000
(13:00 +0300)
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>
No differences found