Re: [kvm-unit-tests PATCH v9 27/31] powerpc: add pmu tests

2024-06-04 Thread Nicholas Piggin
On Tue Jun 4, 2024 at 8:38 PM AEST, Thomas Huth wrote: > On 04/05/2024 14.28, Nicholas Piggin wrote: > > Add some initial PMU testing. > > > > - PMC5/6 tests > > - PMAE / PMI test > > - BHRB basic tests > > > > Signed-off-by: Nicholas Piggin > > --- > ... > > diff --git a/lib/powerpc/setup.c b/l

Re: [kvm-unit-tests PATCH v9 27/31] powerpc: add pmu tests

2024-06-04 Thread Thomas Huth
On 04/05/2024 14.28, Nicholas Piggin wrote: Add some initial PMU testing. - PMC5/6 tests - PMAE / PMI test - BHRB basic tests Signed-off-by: Nicholas Piggin --- ... diff --git a/lib/powerpc/setup.c b/lib/powerpc/setup.c index a4ff678ce..8ff4939e2 100644 --- a/lib/powerpc/setup.c +++ b/lib/po

[kvm-unit-tests PATCH v9 27/31] powerpc: add pmu tests

2024-05-04 Thread Nicholas Piggin
Add some initial PMU testing. - PMC5/6 tests - PMAE / PMI test - BHRB basic tests Signed-off-by: Nicholas Piggin --- lib/powerpc/asm/processor.h | 2 + lib/powerpc/asm/reg.h | 9 + lib/powerpc/asm/setup.h | 1 + lib/powerpc/setup.c | 23 ++ powerpc/Makefile.common |