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

2025-01-15 Thread Andrew Jones
On Wed, Jan 15, 2025 at 10:49:55AM -0300, 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. > > Ther

[PATCH v3 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