Re: [RFC PATCH v2 1/4] target/riscv: Add smstateen support

2022-03-24 Thread Mayuresh Chitale
On Wed, Mar 23, 2022 at 6:31 PM Weiwei Li wrote: > > > 在 2022/3/23 下午7:13, 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 corre

Re: [RFC PATCH v2 1/4] target/riscv: Add smstateen support

2022-03-23 Thread Weiwei Li
在 2022/3/23 下午7:13, 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

[RFC PATCH v2 1/4] target/riscv: Add smstateen support

2022-03-23 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 --- target/riscv/cpu.c | 2 +