Re: [PATCH v2 0/2] KVM: selftests: Report enable_pmu module value when test is skipped

From: Sean Christopherson
Date: Fri Mar 24 2023 - 17:08:36 EST


On Mon, Mar 13, 2023, Like Xu wrote:
> Adequate info can help developers quickly distinguish whether the cause
> is a code flaw or a platform limitation when a test fails or is skipped,
> and this minor patch-set is doing a little work in that direction.
>
> Previous:
> https://lore.kernel.org/kvm/20230214084920.59787-1-likexu@xxxxxxxxxxx/
>
> V1 -> V2 Changelog:
> - Apply TEST_REQUIRE() to x86_64/vmx_pmu_caps_test as well;
> - Put TEST_REQUIRE() at the very top; (Sean)

Ah fudge, I missed this in my todo list and applied v1. I'll probably just fixup
and force push. One way or another, I'll take care of it.