Re: [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu

2022-01-05 Thread Atish Patra
On Thu, Nov 4, 2021 at 4:11 AM Bin Meng wrote: > > On Tue, Oct 26, 2021 at 4:02 AM Atish Patra wrote: > > > > The PMU counters are supported via cpu config "Counters" which doesn't > > indicate the correct purpose of those counters. > > > > Rename the config property to pmu to indicate that

Re: [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu

2021-11-04 Thread Bin Meng
On Tue, Oct 26, 2021 at 4:02 AM Atish Patra wrote: > > The PMU counters are supported via cpu config "Counters" which doesn't > indicate the correct purpose of those counters. > > Rename the config property to pmu to indicate that these counters > are performance monitoring counters. This aligns

Re: [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu

2021-11-02 Thread Alistair Francis
On Tue, Oct 26, 2021 at 6:03 AM Atish Patra wrote: > > The PMU counters are supported via cpu config "Counters" which doesn't > indicate the correct purpose of those counters. > > Rename the config property to pmu to indicate that these counters > are performance monitoring counters. This aligns

[ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu

2021-10-25 Thread Atish Patra
The PMU counters are supported via cpu config "Counters" which doesn't indicate the correct purpose of those counters. Rename the config property to pmu to indicate that these counters are performance monitoring counters. This aligns with cpu options for ARM architecture as well. Signed-off-by: