Re: [PATCH RESEND v8 10/20] target/riscv: add 'max' CPU type

2023-08-31 Thread Andrew Jones
On Thu, Aug 24, 2023 at 07:14:30PM -0300, Daniel Henrique Barboza wrote: > The 'max' CPU type is used by tooling to determine what's the most > capable CPU a current QEMU version implements. Other archs such as ARM > implements this type. Let's add it to RISC-V. > > What we consider "most capable

[PATCH RESEND v8 10/20] target/riscv: add 'max' CPU type

2023-08-24 Thread Daniel Henrique Barboza
The 'max' CPU type is used by tooling to determine what's the most capable CPU a current QEMU version implements. Other archs such as ARM implements this type. Let's add it to RISC-V. What we consider "most capable CPU" in this context are related to ratified, non-vendor extensions. This means tha