Re: [PATCH v2 05/13] target/riscv: Add counter delegation definitions

2024-08-05 Thread Alistair Francis
On Wed, Jul 24, 2024 at 9:33 AM Atish Patra wrote: > > From: Kaiwen Xue > > This adds definitions for counter delegation, including the new > scountinhibit register and the mstateen.CD bit. > > Signed-off-by: Atish Patra > Signed-off-by: Kaiwen Xue Reviewed-by: Alistair Francis Alistair > -

[PATCH v2 05/13] target/riscv: Add counter delegation definitions

2024-07-23 Thread Atish Patra
From: Kaiwen Xue This adds definitions for counter delegation, including the new scountinhibit register and the mstateen.CD bit. Signed-off-by: Atish Patra Signed-off-by: Kaiwen Xue --- target/riscv/cpu.h | 1 + target/riscv/cpu_bits.h | 8 +++- target/riscv/machine.c | 1 + 3 files