Re: [PATCH v11 1/5] target/riscv: Add smstateen support

2022-11-09 Thread Alistair Francis
On Sun, Oct 16, 2022 at 10:51 PM Mayuresh Chitale wrote: > > Smstateen extension specifies a mechanism to close > the potential covert channels that could cause security issues. > > This patch adds the CSRs defined in the specification and > the corresponding predicates and read/write functions. >

[PATCH v11 1/5] target/riscv: Add smstateen support

2022-10-16 Thread Mayuresh Chitale
Smstateen extension specifies a mechanism to close the potential covert channels that could cause security issues. This patch adds the CSRs defined in the specification and the corresponding predicates and read/write functions. Signed-off-by: Mayuresh Chitale Reviewed-by: Weiwei Li --- target/