[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-10.0 0/9] target/riscv: add 'sha' support
From: |
Alistair Francis |
Subject: |
Re: [PATCH for-10.0 0/9] target/riscv: add 'sha' support |
Date: |
Wed, 4 Dec 2024 13:42:27 +0900 |
On Thu, Nov 14, 2024 at 2:19 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> 'sha' is defined in RVA22 as "augmented hypervisor extension" and
> consists of a set of named features that must be enabled.
>
> RVA23 makes 'sha' mandatory, so let's add official support for it in
> preparation to support RVA23 later.
>
> Most of the named features added here are always implemented by TCG.
> Only 'ssstateen' has a runtime dependency.
>
>
> Daniel Henrique Barboza (9):
> target/riscv/tcg: hide warn for named feats when disabling via
> priv_ver
> target/riscv: add ssstateen
> target/riscv: add shcounterenw
> target/riscv: add shvstvala
> target/riscv: add shtvala
> target/riscv: add shvstvecd
> target/riscv: add shvsatpa
> target/riscv: add shgatpa
> target/riscv/tcg: add sha
Thanks!
Applied to riscv-to-apply.next
Alistair
>
> target/riscv/cpu.c | 10 ++++++++++
> target/riscv/cpu_cfg.h | 2 ++
> target/riscv/tcg/tcg-cpu.c | 30 ++++++++++++++++++++++++++----
> 3 files changed, 38 insertions(+), 4 deletions(-)
>
> --
> 2.47.0
>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH for-10.0 0/9] target/riscv: add 'sha' support,
Alistair Francis <=