summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorJanakarajan Natarajan2017-07-06 22:50:45 +0200
committerRadim Krčmář2017-07-12 22:38:29 +0200
commit0dc92119b50be539a5480d72a00ae8098bdba2fc (patch)
tree73e225a821f6ce3650c38de5dc12cea09b810818 /arch/x86/include
parentKVM: SVM: Prepare for new bit definition in lbr_ctl (diff)
downloadkernel-qcow2-linux-0dc92119b50be539a5480d72a00ae8098bdba2fc.tar.gz
kernel-qcow2-linux-0dc92119b50be539a5480d72a00ae8098bdba2fc.tar.xz
kernel-qcow2-linux-0dc92119b50be539a5480d72a00ae8098bdba2fc.zip
KVM: SVM: Rename lbr_ctl field in the vmcb control area
Rename the lbr_ctl variable to better reflect the purpose of the field - provide support for virtualization extensions. Signed-off-by: Janakarajan Natarajan <Janakarajan.Natarajan@amd.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/svm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/svm.h b/arch/x86/include/asm/svm.h
index d1163f64d732..74d139352491 100644
--- a/arch/x86/include/asm/svm.h
+++ b/arch/x86/include/asm/svm.h
@@ -83,7 +83,7 @@ struct __attribute__ ((__packed__)) vmcb_control_area {
u32 event_inj;
u32 event_inj_err;
u64 nested_cr3;
- u64 lbr_ctl;
+ u64 virt_ext;
u32 clean;
u32 reserved_5;
u64 next_rip;