Sean Christopherson seanjc@google.com writes:
On Wed, 18 Sep 2024 20:53:13 +0000, Colton Lewis wrote:
Extend pmu_counters_test to AMD CPUs.
As the AMD PMU is quite different from Intel with different events and feature sets, this series introduces a new code path to test it, specifically focusing on the core counters including the PerfCtrExtCore and PerfMonV2 features. Northbridge counters and cache counters exist, but are not as important and can be deferred to a later series.
[...]
Applied 1 and a modified version of 2 to kvm-x86 selftests, thanks!
[1/6] KVM: x86: selftests: Fix typos in macro variable use https://github.com/kvm-x86/linux/commit/97d0d1655ea8 [2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves https://github.com/kvm-x86/linux/commit/c76a92382805
Thanks Sean! I'll get to the rest. Sorry for the delay in responding to your comments. I was head down in something else and didn't have time until now to remember what I was doing here.