diff options
author | 2019-12-18 13:54:51 -0800 | |
---|---|---|
committer | 2020-01-24 09:18:54 +0100 | |
commit | 7f27179a88a693f2d357860fddef65704578edf5 (patch) | |
tree | b2703fa7e1e0dde7ffda6b76e73fef41c20cf5ce /tools/perf/scripts/python | |
parent | KVM: VMX: Use direct vcpu pointer during vCPU create/free (diff) | |
download | linux-dev-7f27179a88a693f2d357860fddef65704578edf5.tar.xz linux-dev-7f27179a88a693f2d357860fddef65704578edf5.zip |
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Capture the vcpu pointer in a local varaible and replace '&svm->vcpu'
references with a direct reference to the pointer in anticipation of
moving bits of the code to common x86 and passing the vcpu pointer into
svm_create_vcpu(), i.e. eliminate unnecessary noise from future patches.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions