Re: [PATCH for-9.0 v2 2/8] target/riscv: add priv ver restriction to profiles

2023-11-27 Thread Andrew Jones
On Mon, Nov 27, 2023 at 08:37:46AM -0300, Daniel Henrique Barboza wrote: > Some profiles, like RVA22S64, has a priv_spec requirement. > > Make this requirement explicit for all profiles. We'll validate this > requirement finalize() time and, in case the user chooses an > incompatible priv_spec whi

[PATCH for-9.0 v2 2/8] target/riscv: add priv ver restriction to profiles

2023-11-27 Thread Daniel Henrique Barboza
Some profiles, like RVA22S64, has a priv_spec requirement. Make this requirement explicit for all profiles. We'll validate this requirement finalize() time and, in case the user chooses an incompatible priv_spec while activating a profile, a warning will be shown. Signed-off-by: Daniel Henrique B