KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state test
authorGautam Menghani <gautammenghani201@gmail.com>
Mon, 17 Oct 2022 17:58:19 +0000 (23:28 +0530)
committerSean Christopherson <seanjc@google.com>
Thu, 17 Nov 2022 00:58:58 +0000 (16:58 -0800)
commit376bc1b458c9a6db347c70f02fa6eb8b5f187455
treefe8a19cf877b8b6a4487185dd81fa7f849b1df7d
parent2115713cfab05dd6efd48ad6bf56e67f556dcec5
KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state test

In xapic_state_test's test_icr(), explicitly skip iterations that would
match vcpu->id instead of assuming vcpu->id is '0', so that IPIs are
are correctly sent to non-existent vCPUs.

Suggested-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/kvm/YyoZr9rXSSMEtdh5@google.com
Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
Link: https://lore.kernel.org/r/20221017175819.12672-1-gautammenghani201@gmail.com
[sean: massage shortlog and changelog]
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/xapic_state_test.c