aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2010-01-21 08:31:50 -0500
committerMarcelo Tosatti <mtosatti@redhat.com>2010-03-01 10:36:04 -0500
commitf6801dff23bd1902473902194667f4ac1eb6ea26 (patch)
treef0c147b1e5ec8fc67e87e93df08235814f6587cb /arch/x86/include
parent836a1b3c3456042704c86aaa3d837b976de9343b (diff)
KVM: Rename vcpu->shadow_efer to efer
None of the other registers have the shadow_ prefix. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 7ebf9fe670cd..152233723844 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -277,7 +277,7 @@ struct kvm_vcpu_arch {
277 unsigned long cr8; 277 unsigned long cr8;
278 u32 hflags; 278 u32 hflags;
279 u64 pdptrs[4]; /* pae */ 279 u64 pdptrs[4]; /* pae */
280 u64 shadow_efer; 280 u64 efer;
281 u64 apic_base; 281 u64 apic_base;
282 struct kvm_lapic *apic; /* kernel irqchip context */ 282 struct kvm_lapic *apic; /* kernel irqchip context */
283 int32_t apic_arb_prio; 283 int32_t apic_arb_prio;