Re: [PATCH v2 4/6] KVM: x86: selftests: Test read/write core counters

2025-01-20 Thread Colton Lewis
Sean Christopherson writes: On Wed, Sep 18, 2024, Colton Lewis wrote: Run a basic test to ensure we can write an arbitrary value to the core counters and read it back. Signed-off-by: Colton Lewis --- .../selftests/kvm/x86_64/pmu_counters_test.c | 54 +++ 1 file changed,

Re: [PATCH v2 4/6] KVM: x86: selftests: Test read/write core counters

2025-01-08 Thread Sean Christopherson
On Wed, Sep 18, 2024, Colton Lewis wrote: > Run a basic test to ensure we can write an arbitrary value to the core > counters and read it back. > > Signed-off-by: Colton Lewis > --- > .../selftests/kvm/x86_64/pmu_counters_test.c | 54 +++ > 1 file changed, 54 insertions(+) > >

[PATCH v2 4/6] KVM: x86: selftests: Test read/write core counters

2024-09-18 Thread Colton Lewis
Run a basic test to ensure we can write an arbitrary value to the core counters and read it back. Signed-off-by: Colton Lewis --- .../selftests/kvm/x86_64/pmu_counters_test.c | 54 +++ 1 file changed, 54 insertions(+) diff --git a/tools/testing/selftests/kvm/x86_64/pmu_counters