Re: [PATCH v7 12/12] target/riscv: Update the privilege field for sscofpmf CSRs

2022-04-13 Thread Alistair Francis
On Thu, Mar 31, 2022 at 10:31 AM Atish Patra wrote: > > The sscofpmf extension was ratified as a part of priv spec v1.12. > Mark the csr_ops accordingly. > > Signed-off-by: Atish Patra Reviewed-by: Alistair Francis Alistair > --- > target/riscv/csr.c | 90 ++--

[PATCH v7 12/12] target/riscv: Update the privilege field for sscofpmf CSRs

2022-03-30 Thread Atish Patra
The sscofpmf extension was ratified as a part of priv spec v1.12. Mark the csr_ops accordingly. Signed-off-by: Atish Patra --- target/riscv/csr.c | 90 ++ 1 file changed, 60 insertions(+), 30 deletions(-) diff --git a/target/riscv/csr.c b/target/riscv