Re: [PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-03-01 Thread Pierrick Bouvier
On 3/1/24 2:26 PM, Alex Bennée wrote: Pierrick Bouvier writes: On 2/29/24 6:21 PM, Alex Bennée wrote: Pierrick Bouvier writes: Signed-off-by: Pierrick Bouvier I did notice there is a discrepancy between what libisns and libb report. The libb looks like an overcount so I wonder if there

Re: [PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-03-01 Thread Alex Bennée
Pierrick Bouvier writes: > On 2/29/24 6:21 PM, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> Signed-off-by: Pierrick Bouvier >> I did notice there is a discrepancy between what libisns and libb >> report. The libb looks like an overcount so I wonder if there are some >> instructions

Re: [PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-03-01 Thread Pierrick Bouvier
On 2/29/24 6:21 PM, Alex Bennée wrote: Pierrick Bouvier writes: Signed-off-by: Pierrick Bouvier I did notice there is a discrepancy between what libisns and libb report. The libb looks like an overcount so I wonder if there are some instructions we are not picking up but I can't see where

Re: [PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-02-29 Thread Alex Bennée
Pierrick Bouvier writes: > Signed-off-by: Pierrick Bouvier I did notice there is a discrepancy between what libisns and libb report. The libb looks like an overcount so I wonder if there are some instructions we are not picking up but I can't see where that would be. ➜ ./qemu-hppa -plugin

Re: [PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-02-27 Thread Luc Michel
On 13:14 Mon 26 Feb , Pierrick Bouvier wrote: > Signed-off-by: Pierrick Bouvier Reviewed-by: Luc Michel > --- > tests/plugin/bb.c | 63 +++ > 1 file changed, 26 insertions(+), 37 deletions(-) > > diff --git a/tests/plugin/bb.c

[PATCH v5 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-02-26 Thread Pierrick Bouvier
Signed-off-by: Pierrick Bouvier --- tests/plugin/bb.c | 63 +++ 1 file changed, 26 insertions(+), 37 deletions(-) diff --git a/tests/plugin/bb.c b/tests/plugin/bb.c index df50d1fd3bc..36776dee1e1 100644 --- a/tests/plugin/bb.c +++ b/tests/plugin/bb.c