Re: [PATCH for-9.0] target/riscv: do not enable all named features by default

2024-03-17 Thread Alistair Francis
On Wed, Mar 13, 2024 at 6:33 AM Daniel Henrique Barboza wrote: > > Commit 3b8022269c added the capability of named features/profile > extensions to be added in riscv,isa. To do that we had to assign priv > versions for each one of them in isa_edata_arr[]. But this resulted in a > side-effect: vend

Re: [PATCH for-9.0] target/riscv: do not enable all named features by default

2024-03-13 Thread Andrew Jones
On Tue, Mar 12, 2024 at 05:32:14PM -0300, Daniel Henrique Barboza wrote: > Commit 3b8022269c added the capability of named features/profile > extensions to be added in riscv,isa. To do that we had to assign priv > versions for each one of them in isa_edata_arr[]. But this resulted in a > side-effec

Re: [PATCH for-9.0] target/riscv: do not enable all named features by default

2024-03-13 Thread Clément Chigot
On Tue, Mar 12, 2024 at 9:32 PM Daniel Henrique Barboza wrote: > > Commit 3b8022269c added the capability of named features/profile > extensions to be added in riscv,isa. To do that we had to assign priv > versions for each one of them in isa_edata_arr[]. But this resulted in a > side-effect: vend

[PATCH for-9.0] target/riscv: do not enable all named features by default

2024-03-12 Thread Daniel Henrique Barboza
Commit 3b8022269c added the capability of named features/profile extensions to be added in riscv,isa. To do that we had to assign priv versions for each one of them in isa_edata_arr[]. But this resulted in a side-effect: vendor CPUs that aren't running priv_version_latest started to experience warn