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:
43a3795
)
KVM: MMU: s/shadow_pte/spte/
author
Avi Kivity
<avi@redhat.com>
Wed, 10 Jun 2009 11:24:23 +0000
(14:24 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 10 Sep 2009 05:32:51 +0000
(08:32 +0300)
We use shadow_pte and spte inconsistently, switch to the shorter spelling.
Rename set_shadow_pte() to __set_spte() to avoid a conflict with the
existing set_spte(), and to indicate its lowlevelness.
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found