KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers
authorSean Christopherson <seanjc@google.com>
Wed, 27 Jul 2022 23:34:23 +0000 (23:34 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Aug 2022 19:08:30 +0000 (15:08 -0400)
commit7de8e5b6b139a3a94aca24e8d8d35b77dc33e0ac
treeb2bf5b20e0ed7931a70758b79a832ca17673e2c8
parent17a024a8b981243fa1d17cf0084de43cc5f9b603
KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers

Turn vcpu_to_lbr_desc() and vcpu_to_lbr_records() into functions in order
to provide type safety, to document exactly what they return, and to
allow consuming the helpers in vmx.h.  Move the definitions as necessary
(the macros "reference" to_vmx() before its definition).

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220727233424.2968356-3-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.h