KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
authorAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 11:12:05 +0000 (14:12 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:51 +0000 (08:32 +0300)
commit43a3795a3a12425de31e25ce0ebc3bb41501cef7
tree93481c7731b8c81ad7066d0f1e2202e767d3bd35
parent439e218a6f4716da484314fc5a1f0a59b0212c01
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte

Since the guest and host ptes can have wildly different format, adjust
the pte accessor names to indicate on which type of pte they operate on.

No functional changes.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu.h
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/x86.c