Re: [PATCH for-10.0 0/9] target/riscv: add 'sha' support

2024-12-03 Thread Alistair Francis
On Thu, Nov 14, 2024 at 2:19 AM Daniel Henrique Barboza 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

[PATCH for-10.0 0/9] target/riscv: add 'sha' support

2024-11-13 Thread Daniel Henrique Barboza
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 b