]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e03c6039363b9c25188a7fc7a758e63e3fe049e
treed2f6aee25ffc1891f8061c4a524d8350b1940f1e
parent007d0631d60f81f0c4b10755e23b9b3e888fdc75
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