Re: [PATCH] target/i386: add avx-vnni-int16 feature

2024-11-05 Thread Paolo Bonzini
On 11/5/24 09:28, Paolo Bonzini wrote: SHA512, SM3, SM4 (CPUID[EAX=7,ECX=1).EAX bits 0 to 2) is supported by Clearwater Forest processor, add it to QEMU as it does not need any specific enablement. See https://lore.kernel.org/kvm/20241105054825.870939-1-tao1...@linux.intel.com/ for reference. S

Re: [PATCH] target/i386: add avx-vnni-int16 feature

2024-11-05 Thread Tao Su
On Tue, Nov 05, 2024 at 09:28:48AM +0100, Paolo Bonzini wrote: > SHA512, SM3, SM4 (CPUID[EAX=7,ECX=1).EAX bits 0 to 2) is supported by > Clearwater Forest processor, add it to QEMU as it does not need any > specific enablement. > > See > https://lore.kernel.org/kvm/20241105054825.870939-1-tao1..

[PATCH] target/i386: add avx-vnni-int16 feature

2024-11-05 Thread Paolo Bonzini
SHA512, SM3, SM4 (CPUID[EAX=7,ECX=1).EAX bits 0 to 2) is supported by Clearwater Forest processor, add it to QEMU as it does not need any specific enablement. See https://lore.kernel.org/kvm/20241105054825.870939-1-tao1...@linux.intel.com/ for reference. Signed-off-by: Paolo Bonzini --- target/

[PATCH] target/i386: add avx-vnni-int16 feature

2024-07-03 Thread Paolo Bonzini
AVX-VNNI-INT16 (CPUID[EAX=7,ECX=1).EDX[10]) is supported by Clearwater Forest processor, add it to QEMU as it does not need any specific enablement. Signed-off-by: Paolo Bonzini --- target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/cpu.c b/target/i