]> git.proxmox.com Git - mirror_qemu.git/commit
host/include/aarch64: Implement aes-round.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 07:43:40 +0000 (07:43 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Jul 2023 06:30:17 +0000 (07:30 +0100)
commit8d97f28e368be8b6248a363792a2cd0f9e9ddf6a
tree4430caee5669979f43c0222ffd74014d2400f3a6
parentd6a2443696c5b34fb20879e899bf823d6168b068
host/include/aarch64: Implement aes-round.h

Detect AES in cpuinfo; implement the accel hooks.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/aarch64/host/cpuinfo.h
host/include/aarch64/host/crypto/aes-round.h [new file with mode: 0644]
meson.build
util/cpuinfo-aarch64.c