commit | d555c333aa544b222fe077adcd5dfea024b2c913 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Jun 10 14:24:23 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:51 2009 +0300 |
tree | 778cc7309b831690c4ec77741288dce3cf393aa8 | |
parent | 43a3795a3a12425de31e25ce0ebc3bb41501cef7 [diff] |
KVM: MMU: s/shadow_pte/spte/ 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>