Re: [PATCH v6 12/12] target/riscv: deprecate the 'any' CPU type

2023-08-10 Thread Alistair Francis
On Thu, Jul 27, 2023 at 6:39 PM Daniel Henrique Barboza wrote: > > The 'any' CPU type was introduced in commit dc5bd18fa5725 ("RISC-V CPU > Core Definition"), being around since the beginning. It's not an easy > CPU to use: it's undocumented and its name doesn't tell users much about > what the CP

[PATCH v6 12/12] target/riscv: deprecate the 'any' CPU type

2023-07-27 Thread Daniel Henrique Barboza
The 'any' CPU type was introduced in commit dc5bd18fa5725 ("RISC-V CPU Core Definition"), being around since the beginning. It's not an easy CPU to use: it's undocumented and its name doesn't tell users much about what the CPU is supposed to bring. 'git log' doesn't help us either in knowing what w