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

2025-05-14 Thread Alistair Francis
On Mon, May 12, 2025 at 7:53 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 10/26] target/riscv: include default value in cpu_cfg_fields.h.inc

2025-05-12 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