summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h
diff options
context:
space:
mode:
authorJim Mattson <jmattson@google.com>2020-06-03 16:56:22 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2020-07-08 16:21:45 -0400
commit8a14fe4f0c54f27c89389d13c4a1e467a88c35ea (patch)
tree05019b573db700cca2a4cf8406966e5f899f61d4 /arch/x86/kvm/vmx/vmx.h
parent1aa561b1a4c0ae2a9a9b9c21a84b5ca66b4775d8 (diff)
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Both the vcpu_vmx structure and the vcpu_svm structure have a 'last_cpu' field. Move the common field into the kvm_vcpu_arch structure. For clarity, rename it to 'last_vmentry_cpu.' Suggested-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Jim Mattson <jmattson@google.com> Reviewed-by: Oliver Upton <oupton@google.com> Reviewed-by: Peter Shier <pshier@google.com> Message-Id: <20200603235623.245638-6-jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx/vmx.h')
-rw-r--r--arch/x86/kvm/vmx/vmx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kvm/vmx/vmx.h b/arch/x86/kvm/vmx/vmx.h
index f8f9e214d285..639798e4a6ca 100644
--- a/arch/x86/kvm/vmx/vmx.h
+++ b/arch/x86/kvm/vmx/vmx.h
@@ -300,9 +300,6 @@ struct vcpu_vmx {
u64 ept_pointer;
struct pt_desc pt_desc;
-
- /* which host CPU was used for running this vcpu */
- unsigned int last_cpu;
};
enum ept_pointers_status {