qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v5 0/8] target/riscv: deprecate riscv_cpu_options[]


From: Daniel Henrique Barboza
Subject: [PATCH v5 0/8] target/riscv: deprecate riscv_cpu_options[]
Date: Fri, 12 Jan 2024 11:01:53 -0300

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: 
20240105230546.265053-1-dbarboza@ventanamicro.com/">https://lore.kernel.org/qemu-riscv/20240105230546.265053-1-dbarboza@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]