Re: [PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties

2023-11-01 Thread Alistair Francis
On Fri, Oct 27, 2023 at 1:22 AM Max Chou wrote: > > Expose the properties of ShangMi Algorithm Suite related extensions > (Zvks, Zvksc, Zvksg). > > Signed-off-by: Max Chou Acked-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff

Re: [PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties

2023-10-30 Thread Daniel Henrique Barboza
On 10/26/23 12:18, Max Chou wrote: Expose the properties of ShangMi Algorithm Suite related extensions (Zvks, Zvksc, Zvksg). Signed-off-by: Max Chou --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties

2023-10-26 Thread Max Chou
Expose the properties of ShangMi Algorithm Suite related extensions (Zvks, Zvksc, Zvksg). Signed-off-by: Max Chou --- target/riscv/cpu.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 8eae8d3e59c..1709df76a9b 100644 ---