KVM: MMU: s/shadow_pte/spte/
authorAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 11:24:23 +0000 (14:24 +0300)
committerAvi 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