qemu/target/riscv/kvm
Paolo Bonzini a6ba81424a target/riscv: add more RISCVCPUDef fields
Allow using RISCVCPUDef to replicate all the logic of custom .instance_init
functions.  To simulate inheritance, merge the child's RISCVCPUDef with
the parent and then finally move it to the CPUState at the end of
TYPE_RISCV_CPU's own instance_init function.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-05-20 08:18:53 +02:00
..
kvm-cpu.c target/riscv: add more RISCVCPUDef fields 2025-05-20 08:18:53 +02:00
kvm_riscv.h target/riscv: Have kvm_riscv_get_timebase_frequency() take RISCVCPU cpu 2025-01-19 09:44:35 +10:00
meson.build target/riscv: move KVM only files to kvm subdir 2023-10-12 12:20:24 +10:00