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

2023-07-22 Thread Richard Henderson
On 7/19/23 12:52, Ilya Leoshkevich wrote: On Thu, 2023-07-13 at 22:14 +0100, Richard Henderson wrote: Detect PCLMUL in cpuinfo; implement the accel hooks. Signed-off-by: Richard Henderson ---  host/include/i386/host/cpuinfo.h    |   1 +  host/include/i386/host/crypto/clmul.h   | 187

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

2023-07-19 Thread Ilya Leoshkevich
On Thu, 2023-07-13 at 22:14 +0100, Richard Henderson wrote: > Detect PCLMUL in cpuinfo; implement the accel hooks. > > Signed-off-by: Richard Henderson > --- >  host/include/i386/host/cpuinfo.h    |   1 + >  host/include/i386/host/crypto/clmul.h   | 187 > >  

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

2023-07-13 Thread Richard Henderson
Detect PCLMUL in cpuinfo; implement the accel hooks. Signed-off-by: Richard Henderson --- host/include/i386/host/cpuinfo.h| 1 + host/include/i386/host/crypto/clmul.h | 187 host/include/x86_64/host/crypto/clmul.h | 1 + util/cpuinfo-i386.c