diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-17 21:12:08 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-23 16:49:28 -0700 |
commit | 6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4 (patch) | |
tree | cdeb19ccff9869710f4eaa1dece99a493c34e44f /MAINTAINERS | |
parent | 44fc71687377bfcdfffa448bb41d228ef3caf46c (diff) | |
download | qemu-6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4.zip qemu-6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4.tar.gz qemu-6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4.tar.bz2 |
util: Add cpuinfo-i386.c
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6addabd..1a32066 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -157,6 +157,8 @@ F: include/exec/helper*.h F: include/sysemu/cpus.h F: include/sysemu/tcg.h F: include/hw/core/tcg-cpu-ops.h +F: host/include/*/host/cpuinfo.h +F: util/cpuinfo-*.c FPU emulation M: Aurelien Jarno <aurelien@aurel32.net> |