Re: [PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()

2025-01-30 Thread Alistair Francis
On Thu, Jan 16, 2025 at 4:45 AM Daniel Henrique Barboza wrote: > > The S profiles do a priv_ver check during validation to see if the > running priv_ver is compatible with it. This check is done by comparing > if the running priv_ver is equal to the priv_ver the profile specifies. > > There is an

[PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()

2025-01-15 Thread Daniel Henrique Barboza
The S profiles do a priv_ver check during validation to see if the running priv_ver is compatible with it. This check is done by comparing if the running priv_ver is equal to the priv_ver the profile specifies. There is an universe where we added RVA23S64 support based on both RVA23U64 and RVA22S6