]> Git Repo - linux.git/commit
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
authorJim Mattson <[email protected]>
Wed, 3 Jun 2020 23:56:22 +0000 (16:56 -0700)
committerPaolo Bonzini <[email protected]>
Wed, 8 Jul 2020 20:21:45 +0000 (16:21 -0400)
commit8a14fe4f0c54f27c89389d13c4a1e467a88c35ea
tree05019b573db700cca2a4cf8406966e5f899f61d4
parent1aa561b1a4c0ae2a9a9b9c21a84b5ca66b4775d8
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 <[email protected]>
Signed-off-by: Jim Mattson <[email protected]>
Reviewed-by: Oliver Upton <[email protected]>
Reviewed-by: Peter Shier <[email protected]>
Message-Id: <20200603235623[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/sev.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/svm/svm.h
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h
This page took 0.056638 seconds and 4 git commands to generate.