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

2025-01-30 Thread Alistair Francis
On Thu, Jan 16, 2025 at 4:45 AM 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 > extensions for

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