KVM: selftests: Rename xAPIC state test's vcpu struct
authorSean Christopherson <seanjc@google.com>
Mon, 18 Apr 2022 17:08:40 +0000 (10:08 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 15:46:35 +0000 (11:46 -0400)
commit70ca149be61d9b09cc31c62e9fbe6faea4a79811
treed2f6aee25ffc1891f8061c4a524d8350b1940f1e
parent3f44e7fdca4eaeed3728d0b898ace5258f9ed474
KVM: selftests: Rename xAPIC state test's vcpu struct

Rename xapic_state_test's kvm_vcpu struct to xapic_vcpu to avoid a
collision when the common 'struct vcpu' is renamed to 'struct kvm_vcpu'
in a future patch.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/xapic_state_test.c