summary refs log tree commit diff stats
path: root/util/cpuinfo-i386.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* host/include/i386: Implement clmul.hRichard Henderson2023-09-151-0/+1
| | | | | | | Detect PCLMUL in cpuinfo; implement the accel hook. Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* util: spelling fixesMichael Tokarev2023-08-311-2/+2
| | | | | | | Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-3-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
* host/include/i386: Implement aes-round.hRichard Henderson2023-07-081-0/+3
| | | | | | Detect AES in cpuinfo; implement the accel hooks. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* util: Add i386 CPUINFO_ATOMIC_VMOVDQURichard Henderson2023-05-231-1/+3
| | | | | | | | Add a bit to indicate when VMOVDQU is also atomic if aligned. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* util: Add cpuinfo-i386.cRichard Henderson2023-05-231-0/+97
Add cpuinfo.h for i386 and x86_64, and the initialization for that in util/. Populate that with a slightly altered copy of the tcg host probing code. Other uses of cpuid.h will be adjusted one patch at a time. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>