Hi, This version is a resend of patches 10 to 17 from v4, reviewed-by and tested-by tags added, rebased with Alistair's riscv-to-apply.next. Patches 01 to 09 of v4 are already queued.
All patches acked. Changes from v4: - patches 1 to 9: already queued - patches 10 to 17: reviewed-by and tested-by tags added (tested-by not added in KVM specific patches) - v4 link: https://lore.kernel.org/qemu-riscv/20240105230546.265053-1-dbarb...@ventanamicro.com/ Daniel Henrique Barboza (8): target/riscv: create finalize_features() for KVM target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[] target/riscv: move 'cbop_blocksize' to riscv_cpu_properties[] target/riscv: move 'cboz_blocksize' to riscv_cpu_properties[] target/riscv: remove riscv_cpu_options[] target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_properties[] target/riscv/cpu.c: move 'mimpid' to riscv_cpu_properties[] target/riscv/cpu.c: move 'marchid' to riscv_cpu_properties[] target/riscv/cpu.c | 377 +++++++++++++++++++++++------------ target/riscv/cpu.h | 2 +- target/riscv/kvm/kvm-cpu.c | 100 ++++++---- target/riscv/kvm/kvm_riscv.h | 1 + target/riscv/tcg/tcg-cpu.c | 4 - 5 files changed, 311 insertions(+), 173 deletions(-) -- 2.43.0