Message ID | 20230313085311.25327-1-likexu@tencent.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: selftests: Report enable_pmu module value when test is skipped | expand |
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@tencent.com/ > > 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.