qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions


From: Daniel Henrique Barboza
Subject: Re: [PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions
Date: Thu, 2 Mar 2023 08:48:29 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Hi,

Thanks everyone for the reviews. Palmer, patch 1 just landed upstream (commit
1770b2f2d3d6). You can pick patches 2-4 cleanly now.

There is another patch in the ML:

[PATCH v2 0/1] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties​3 messages

that can be picked together as well.


Thanks,


Daniel

On 2/24/23 10:25, Daniel Henrique Barboza wrote:
Hi,

This version has a change in patch 2, proposed by Weiwei Li, where we're
now triggering virt_instruction_fault before triggering illegal_insn
fault from S mode.

Richard already queued patch 1 is queued in tcg-next already. I'm still
including it here to allow for easier testing of the remaining patches.

Changes from v7:
- patch 1: queued in tcg-next, included here to facilitate testing the
   other patches
- patch 2:
   - changed check_zicbo_envcfg() to trigger the virtual faults
     before triggering the illegal exception from S mode.
- v7 link: https://lists.gnu.org/archive/html/qemu-devel/2023-02/msg07041.html

Christoph Muellner (3):
   target/riscv: implement Zicboz extension
   target/riscv: implement Zicbom extension
   target/riscv: add Zicbop cbo.prefetch{i,r,m} placeholder

Daniel Henrique Barboza (1):
   tcg: add 'size' param to probe_access_flags()

  accel/stubs/tcg-stub.c                      |   2 +-
  accel/tcg/cputlb.c                          |  17 ++-
  accel/tcg/user-exec.c                       |   5 +-
  include/exec/exec-all.h                     |   3 +-
  semihosting/uaccess.c                       |   2 +-
  target/arm/ptw.c                            |   2 +-
  target/arm/sve_helper.c                     |   2 +-
  target/riscv/cpu.c                          |   7 +
  target/riscv/cpu.h                          |   4 +
  target/riscv/helper.h                       |   5 +
  target/riscv/insn32.decode                  |  16 ++-
  target/riscv/insn_trans/trans_rvzicbo.c.inc |  57 +++++++++
  target/riscv/op_helper.c                    | 135 ++++++++++++++++++++
  target/riscv/translate.c                    |   1 +
  target/s390x/tcg/mem_helper.c               |   6 +-
  15 files changed, 250 insertions(+), 14 deletions(-)
  create mode 100644 target/riscv/insn_trans/trans_rvzicbo.c.inc




reply via email to

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