Re: [PATCH v3 3/6] target/riscv: add profile u_parent and s_parent

2025-01-15 Thread Andrew Jones
On Wed, Jan 15, 2025 at 10:49:54AM -0300, Daniel Henrique Barboza wrote: > The current 'parent' mechanic for profiles allows for one profile to be > a child of a previous/older profile, enabling all its extensions (and > the parent profile itself) and sparing us from tediously listing all > extensi

[PATCH v3 3/6] target/riscv: add profile u_parent and s_parent

2025-01-15 Thread Daniel Henrique Barboza
The current 'parent' mechanic for profiles allows for one profile to be a child of a previous/older profile, enabling all its extensions (and the parent profile itself) and sparing us from tediously listing all extensions for every profile. This works fine for u-mode profiles. For s-mode profiles