Re: [PATCH v5 01/12] target/riscv: Fix PMU CSR predicate function

2022-03-03 Thread Atish Kumar Patra
On Wed, Mar 2, 2022 at 9:22 PM Alistair Francis wrote: > > On Sat, Feb 19, 2022 at 10:34 AM Atish Patra wrote: > > > > From: Atish Patra > > > > The predicate function calculates the counter index incorrectly for > > hpmcounterx. Fix the counter index to reflect correct CSR number. > > > > Fixes

Re: [PATCH v5 01/12] target/riscv: Fix PMU CSR predicate function

2022-03-02 Thread Alistair Francis
On Sat, Feb 19, 2022 at 10:34 AM Atish Patra wrote: > > From: Atish Patra > > The predicate function calculates the counter index incorrectly for > hpmcounterx. Fix the counter index to reflect correct CSR number. > > Fixes: e39a8320b088 ("target/riscv: Support the Virtual Instruction fault") > >

[PATCH v5 01/12] target/riscv: Fix PMU CSR predicate function

2022-02-18 Thread Atish Patra
From: Atish Patra The predicate function calculates the counter index incorrectly for hpmcounterx. Fix the counter index to reflect correct CSR number. Fixes: e39a8320b088 ("target/riscv: Support the Virtual Instruction fault") Reviewed-by: Alistair Francis Reviewed-by: Bin Meng Signed-off-by