Re: [PATCH v3 18/19] host/include/i386: Implement clmul.h

2023-09-10 Thread Ard Biesheuvel
On Mon, 21 Aug 2023 at 18:19, Richard Henderson wrote: > > Detect PCLMUL in cpuinfo; implement the accel hook. > > Signed-off-by: Richard Henderson Reviewed-by: Ard Biesheuvel > --- > host/include/i386/host/cpuinfo.h| 1 + > host/include/i386/host/crypto/clmul.h | 29 ++

[PATCH v3 18/19] host/include/i386: Implement clmul.h

2023-08-21 Thread Richard Henderson
Detect PCLMUL in cpuinfo; implement the accel hook. Signed-off-by: Richard Henderson --- host/include/i386/host/cpuinfo.h| 1 + host/include/i386/host/crypto/clmul.h | 29 + host/include/x86_64/host/crypto/clmul.h | 1 + include/qemu/cpuid.h