Re: [PATCH v3 3/3] target/riscv: Expose Zaamo and Zalrsc extensions

2024-01-23 Thread Daniel Henrique Barboza
On 1/23/24 08:10, Rob Bradford wrote: Expose the newly added extensions to the guest and allow their control through the CPU properties. Signed-off-by: Rob Bradford --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/ta

[PATCH v3 3/3] target/riscv: Expose Zaamo and Zalrsc extensions

2024-01-23 Thread Rob Bradford
Expose the newly added extensions to the guest and allow their control through the CPU properties. Signed-off-by: Rob Bradford --- target/riscv/cpu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 8d3ec74a1c..604baf53c8 100644 --- a/target/