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

2022-07-18 Thread Weiwei Li
在 2022/7/18 下午11:37, Mayuresh Chitale 写道: On Fri, 2022-07-08 at 07:44 +0800, Weiwei Li wrote: 在 2022/7/8 上午12:53, Mayuresh Chitale 写道: On Sat, 2022-07-02 at 18:19 +0800, angell1518 wrote: At 2022-06-04 00:04:22, "Mayuresh Chitale" < mchit...@ventanamicro.com wrote: Smstateen extension speci

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

2022-07-18 Thread Mayuresh Chitale
On Fri, 2022-07-08 at 07:44 +0800, Weiwei Li wrote: > 在 2022/7/8 上午12:53, Mayuresh Chitale 写道: > > On Sat, 2022-07-02 at 18:19 +0800, angell1518 wrote: > > > At 2022-06-04 00:04:22, "Mayuresh Chitale" < > > > mchit...@ventanamicro.com > > > > wrote: > > > > Smstateen extension specifies a mechanism

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

2022-07-07 Thread Weiwei Li
在 2022/7/8 上午12:53, Mayuresh Chitale 写道: On Sat, 2022-07-02 at 18:19 +0800, angell1518 wrote: At 2022-06-04 00:04:22, "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

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

2022-07-07 Thread Mayuresh Chitale
On Sat, 2022-07-02 at 18:19 +0800, angell1518 wrote: > At 2022-06-04 00:04:22, "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 > >th

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

2022-07-07 Thread Mayuresh Chitale
On Thu, 2022-06-16 at 15:48 +1000, Alistair Francis wrote: > On Sat, Jun 4, 2022 at 2:13 AM 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 specific

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

2022-07-02 Thread angell1518
At 2022-06-04 00:04:22, "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. > >Signed-off

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

2022-06-15 Thread Alistair Francis
On Sat, Jun 4, 2022 at 2:13 AM 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. > >

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

2022-06-03 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 +