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:
8ea667f
)
KVM: MMU: Optimize gpte_access() slightly
author
Avi Kivity
<avi@redhat.com>
Wed, 12 Sep 2012 10:53:08 +0000
(13:53 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 20 Sep 2012 10:00:07 +0000
(13:00 +0300)
If nx is disabled, then is gpte[63] is set we will hit a reserved
bit set fault before checking permissions; so we can ignore the
setting of efer.nxe.
Reviewed-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found