]> git.proxmox.com Git - mirror_qemu.git/commit
Merge patch series "target/riscv: some vector_helper.c cleanups"
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 2 Mar 2023 02:09:48 +0000 (18:09 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 2 Mar 2023 02:09:48 +0000 (18:09 -0800)
commit37151032989ecf6e7ce8b65bc7bcb400d0318b2c
tree6ec20fbbafd6a6002581b0bc927535f9131e9a88
parent0b28c7ea0edbb6858adcce7f0ddf761441e730e8
parent86247c51fff458fb238a1690232c16e8425b15d3
Merge patch series "target/riscv: some vector_helper.c cleanups"

Daniel Henrique Barboza <dbarboza@ventanamicro.com> says:

This is a re-send of patch 1, which is already reviewed, with a
follow-up that uses riscv_cpu_cfg() in the remaining of the file. This
was suggested by Weiwei Li in the "[PATCH 0/4] RISCVCPUConfig related
cleanups" review. Patch 1 makes the work of patch 2 easier since it
eliminated some uses of env_archcpu() we want to avoid.

* b4-shazam-merge:
  target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfig
  target/riscv/vector_helper.c: create vext_set_tail_elems_1s()

Message-ID: <20230226170514.588071-1-dbarboza@ventanamicro.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>