Re: [PATCH RESEND v8 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode

2021-05-11 Thread Alistair Francis
On Wed, Apr 28, 2021 at 2:19 PM Alexey Baturo wrote: > > Signed-off-by: Alexey Baturo > --- > resend: > minor codestyle fix > > target/riscv/cpu.c | 5 + > target/riscv/cpu.h | 12 ++ > target/riscv/cpu_bits.h | 66 +++ > target/riscv/csr.c | 240

[PATCH RESEND v8 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode

2021-04-27 Thread Alexey Baturo
Signed-off-by: Alexey Baturo --- resend: minor codestyle fix target/riscv/cpu.c | 5 + target/riscv/cpu.h | 12 ++ target/riscv/cpu_bits.h | 66 +++ target/riscv/csr.c | 240 4 files changed, 323 insertions(+) diff --git

[PATCH RESEND v8 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode

2021-04-27 Thread Alexey Baturo
Signed-off-by: Alexey Baturo --- resend: minor codestyle fix target/riscv/cpu.c | 5 + target/riscv/cpu.h | 12 ++ target/riscv/cpu_bits.h | 66 +++ target/riscv/csr.c | 240 4 files changed, 323 insertions(+) diff --git