Re: [PATCH 31/35] host/include/aarch64: Implement aes-round.h

2023-06-03 Thread Richard Henderson
On 6/3/23 05:50, Ard Biesheuvel wrote: On Sat, 3 Jun 2023 at 04:34, Richard Henderson wrote: Detect AES in cpuinfo; implement the accel hooks. Signed-off-by: Richard Henderson --- host/include/aarch64/host/aes-round.h | 204 ++ host/include/aarch64/host/cpuinfo.h

Re: [PATCH 31/35] host/include/aarch64: Implement aes-round.h

2023-06-03 Thread Ard Biesheuvel
On Sat, 3 Jun 2023 at 04:34, Richard Henderson wrote: > > Detect AES in cpuinfo; implement the accel hooks. > > Signed-off-by: Richard Henderson > --- > host/include/aarch64/host/aes-round.h | 204 ++ > host/include/aarch64/host/cpuinfo.h | 1 + > util/cpuinfo-aarch64

[PATCH 31/35] host/include/aarch64: Implement aes-round.h

2023-06-02 Thread Richard Henderson
Detect AES in cpuinfo; implement the accel hooks. Signed-off-by: Richard Henderson --- host/include/aarch64/host/aes-round.h | 204 ++ host/include/aarch64/host/cpuinfo.h | 1 + util/cpuinfo-aarch64.c| 2 + 3 files changed, 207 insertions(+) create