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

Daniel Henrique Barboza posted 8 patches 8 months, 1 week ago
Failed in applying to current master (apply log)
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(-)
[PATCH v5 0/8] target/riscv: deprecate riscv_cpu_options[]
Posted by Daniel Henrique Barboza 8 months, 1 week ago
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-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
Re: [PATCH v5 0/8] target/riscv: deprecate riscv_cpu_options[]
Posted by Alistair Francis 8 months, 1 week ago
On Sat, Jan 13, 2024 at 12:05 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> 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-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[]

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  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
>
>