aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-05-17 21:12:08 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-05-23 16:49:28 -0700
commit6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4 (patch)
treecdeb19ccff9869710f4eaa1dece99a493c34e44f /MAINTAINERS
parent44fc71687377bfcdfffa448bb41d228ef3caf46c (diff)
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--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6addabdec4..1a32066231 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>