Re: [PATCH 6/7] target/riscv: remove supported from RISCVSATPMap

2025-03-05 Thread Alistair Francis
On Wed, Feb 19, 2025 at 2:59 AM Paolo Bonzini wrote: > > "supported" can be computed on the fly based on the max_satp_mode. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu_cfg.h | 4 +--- > target/riscv/cpu.c | 34

[PATCH 6/7] target/riscv: remove supported from RISCVSATPMap

2025-02-18 Thread Paolo Bonzini
"supported" can be computed on the fly based on the max_satp_mode. Signed-off-by: Paolo Bonzini --- target/riscv/cpu_cfg.h | 4 +--- target/riscv/cpu.c | 34 -- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/target/riscv/cpu_cfg.h b/target/r