Re: [RESEND PATCH v2 1/5] target/riscv: Reuse the conversion function of priv_spec

2024-06-03 Thread Alistair Francis
On Wed, May 15, 2024 at 6:03 PM Fea.Wang wrote: > > From: Jim Shu > > Public the conversion function of priv_spec in cpu.h, so that tcg-cpu.c > could also use it. > > Signed-off-by: Jim Shu > Signed-off-by: Fea.Wang > Reviewed-by: Frank Chang > Reviewed-by: LIU Zhiwei Reviewed-by: Alistair F

[RESEND PATCH v2 1/5] target/riscv: Reuse the conversion function of priv_spec

2024-05-15 Thread Fea.Wang
From: Jim Shu Public the conversion function of priv_spec in cpu.h, so that tcg-cpu.c could also use it. Signed-off-by: Jim Shu Signed-off-by: Fea.Wang Reviewed-by: Frank Chang Reviewed-by: LIU Zhiwei --- target/riscv/cpu.c | 2 +- target/riscv/cpu.h | 1 + target/riscv/tc