]> git.proxmox.com Git - mirror_qemu.git/commit
host/include/i386: Implement clmul.h
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Jul 2023 20:39:10 +0000 (21:39 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:57:00 +0000 (13:57 +0000)
commitd6493dbb46b4b7be13a39425b5a1e523e72f5a68
treedb479fc17d939ada4560d3e9509fd53878d7b84f
parent7bdbf233d9636a4bc73a2513b5e1a83a388626cf
host/include/i386: Implement clmul.h

Detect PCLMUL in cpuinfo; implement the accel hook.

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/i386/host/cpuinfo.h
host/include/i386/host/crypto/clmul.h [new file with mode: 0644]
host/include/x86_64/host/crypto/clmul.h [new file with mode: 0644]
include/qemu/cpuid.h
util/cpuinfo-i386.c