commit | 7f9e15d82d21714a2c82aff8869b8ef9aa191c98 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 06 13:41:49 2025 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 20 08:18:53 2025 +0200 |
tree | 490a8b3279a6fa2b7787ae0eb3e842621b4b97e4 | |
parent | 5fd23f20e12a56e7ac2dabbe9570fb2f10d7c5b4 [diff] |
target/riscv: merge riscv_cpu_class_init with the class_base function Since all TYPE_RISCV_CPU subclasses support a class_data of type RISCVCPUDef, process it even before calling the .class_init function for the subclasses. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>