Re: [PATCH 06/22] target/riscv: move RISCVCPUConfig fields to a header file

2025-03-05 Thread Alistair Francis
On Fri, Feb 28, 2025 at 8:31 PM Paolo Bonzini wrote: > > To support merging a subclass's RISCVCPUDef into the superclass, a list > of all the CPU features is needed. Put them into a header file that > can be included multiple times, expanding the macros BOOL_FIELD and > TYPE_FIELD to different op

[PATCH 06/22] target/riscv: move RISCVCPUConfig fields to a header file

2025-02-28 Thread Paolo Bonzini
To support merging a subclass's RISCVCPUDef into the superclass, a list of all the CPU features is needed. Put them into a header file that can be included multiple times, expanding the macros BOOL_FIELD and TYPE_FIELD to different operations. Signed-off-by: Paolo Bonzini --- target/riscv/cpu_c