[PATCH v2 0/8] riscv: detecting user choice in TCG extensions

Daniel Henrique Barboza posted 8 patches 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
target/riscv/cpu.c | 400 +++++++++++++++++++++++++++++----------------
target/riscv/cpu.h |   2 +
target/riscv/kvm.c |   8 +-
3 files changed, 266 insertions(+), 144 deletions(-)
[PATCH v2 0/8] riscv: detecting user choice in TCG extensions
Posted by Daniel Henrique Barboza 9 months ago
Hi,

This new version is a rebase on top of the new version of the 'max' CPU
series:

[PATCH v7 00/12] riscv: add 'max' CPU, deprecate 'any'

The changes made from v6 to v7 conflicted with the code from v1 of this
series.

No changes made aside from trivial conflicts.

All patches acked.

Changes from v1:
- rebased on top of "[PATCH v7 00/12] riscv: add 'max' CPU, deprecate
  'any'"
- v1 link: https://lore.kernel.org/qemu-riscv/20230728131520.110394-1-dbarboza@ventanamicro.com/


Daniel Henrique Barboza (8):
  target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
  target/riscv: make CPUCFG() macro public
  target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
  target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
  target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
  target/riscv: use isa_ext_update_enabled() in
    init_max_cpu_extensions()
  target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
  target/riscv/cpu.c: consider user option with RVG

 target/riscv/cpu.c | 400 +++++++++++++++++++++++++++++----------------
 target/riscv/cpu.h |   2 +
 target/riscv/kvm.c |   8 +-
 3 files changed, 266 insertions(+), 144 deletions(-)

-- 
2.41.0