KVM: selftests: Drop redundant vcpu_set_cpuid() from PMU selftest
authorSean Christopherson <seanjc@google.com>
Tue, 14 Jun 2022 20:06:33 +0000 (20:06 +0000)
committerSean Christopherson <seanjc@google.com>
Thu, 14 Jul 2022 01:14:11 +0000 (18:14 -0700)
commit50445ea2337a5f8df2242f795f45b6cf8c959c77
tree290032bcd7dadc4d814f45665a6bb08db0cb7d16
parentea129d22541ecd2bf4c8769d33f48e3105eca5f9
KVM: selftests: Drop redundant vcpu_set_cpuid() from PMU selftest

Drop a redundant vcpu_set_cpuid() from the PMU test.  The vCPU's CPUID is
set to KVM's supported CPUID by vm_create_with_one_vcpu(), which was also
true back when the helper was named vm_create_default().

Signed-off-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20220614200707.3315957-9-seanjc@google.com
tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c