Re: [PATCH v2 2/5] target/riscv: Expose Zve32x extension to users

2024-03-27 Thread Daniel Henrique Barboza
I think this patch should be squashed into patch 1. Patch 1 as is does nothing since there's no way of enabling the flag without this patch. Same thing with patch 4: I think it should be squashed into patch 3. Thanks, Daniel On 3/25/24 05:33, Jason Chien wrote: Signed-off-by: Jason Chien

[PATCH v2 2/5] target/riscv: Expose Zve32x extension to users

2024-03-25 Thread Jason Chien
Signed-off-by: Jason Chien Reviewed-by: Frank Chang Reviewed-by: Max Chou --- target/riscv/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 851ac7372c..6bd8798bb5 100644 --- a/target/riscv/cpu.c +++ b/target/riscv/cpu.c @@ -1473,6 +1473,7