Re: [PATCH 11/27] target/riscv: include default value in cpu_cfg_fields.h.inc

2025-04-08 Thread Alistair Francis
On Sun, Apr 6, 2025 at 5:03 PM Paolo Bonzini wrote: > > In preparation for adding a function to merge two RISCVCPUConfigs > (pulling values from the parent if they are not overridden) annotate > cpu_cfg_fields.h.inc with the default value of the fields. > > Signed-off-by: Paolo Bonzini Reviewed-

[PATCH 11/27] target/riscv: include default value in cpu_cfg_fields.h.inc

2025-04-06 Thread Paolo Bonzini
In preparation for adding a function to merge two RISCVCPUConfigs (pulling values from the parent if they are not overridden) annotate cpu_cfg_fields.h.inc with the default value of the fields. Signed-off-by: Paolo Bonzini --- target/riscv/cpu_cfg.h| 2 +- target/riscv/cpu_cfg_field