Re: [PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32

2024-11-25 Thread Fea Wang
OK, thank you. I will refine it in the next patches. On Fri, Nov 22, 2024 at 1:00 PM Alistair Francis wrote: > On Wed, Nov 20, 2024 at 5:47 PM Fea.Wang wrote: > > > > Based on the spec, svukte depends on SV39, so it should not be enabled > > in RV32. > > The spec explicitly says it doesn't supp

Re: [PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32

2024-11-21 Thread Alistair Francis
On Wed, Nov 20, 2024 at 5:47 PM Fea.Wang wrote: > > Based on the spec, svukte depends on SV39, so it should not be enabled > in RV32. The spec explicitly says it doesn't support RV32. > > Signed-off-by: Fea.Wang > --- > target/riscv/tcg/tcg-cpu.c | 5 + > 1 file changed, 5 insertions(+) >