Re: [PATCH for-10.0 8/9] target/riscv: add shgatpa

2024-12-03 Thread Alistair Francis
On Thu, Nov 14, 2024 at 2:20 AM Daniel Henrique Barboza wrote: > > shgatpa is defined in RVA22 as: > > "For each supported virtual memory scheme SvNN supported in satp, the > corresponding hgatp SvNNx4 mode must be supported. The hgatp mode Bare > must also be supported." > > Claim support for shg

[PATCH for-10.0 8/9] target/riscv: add shgatpa

2024-11-13 Thread Daniel Henrique Barboza
shgatpa is defined in RVA22 as: "For each supported virtual memory scheme SvNN supported in satp, the corresponding hgatp SvNNx4 mode must be supported. The hgatp mode Bare must also be supported." Claim support for shgatpa since this is always true for TCG. Signed-off-by: Daniel Henrique Barboz