KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes
authorSean Christopherson <seanjc@google.com>
Sat, 11 Mar 2023 00:46:10 +0000 (16:46 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 6 Apr 2023 21:58:44 +0000 (14:58 -0700)
commit69713940d2b4de34a6923fc202e1796dc2f79604
treef4e3ffe967e9da6369e1646a81d9285740fa75b1
parentf138258565d18f0f9a8d07f04162c68eee997ce6
KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes

Now that vcpu_set_msr() verifies the expected "read what was wrote"
semantics of all durable MSRs, including PERF_CAPABILITIES, drop the
now-redundant manual checks in the VMX PMU caps test.

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