Re: [PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b,c] cpu properties

2023-06-26 Thread Max Chou
On 2023/6/23 1:41 AM, Daniel Henrique Barboza wrote: On 6/22/23 13:16, Max Chou wrote: From: Nazar Kazakov Exposes earlier CPU flags allowing the use of the vector cryptography extensions. Signed-off-by: Nazar Kazakov Signed-off-by: Max Chou ---   target/riscv/cpu.c | 10 ++   1

Re: [PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b,c] cpu properties

2023-06-22 Thread Daniel Henrique Barboza
On 6/22/23 13:16, Max Chou wrote: From: Nazar Kazakov Exposes earlier CPU flags allowing the use of the vector cryptography extensions. Signed-off-by: Nazar Kazakov Signed-off-by: Max Chou --- target/riscv/cpu.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/target/ri

[PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b, c] cpu properties

2023-06-22 Thread Max Chou via
From: Nazar Kazakov Exposes earlier CPU flags allowing the use of the vector cryptography extensions. Signed-off-by: Nazar Kazakov Signed-off-by: Max Chou --- target/riscv/cpu.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index c195