]> git.proxmox.com Git - mirror_qemu.git/commit
util: Add cpuinfo-i386.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 May 2023 04:12:08 +0000 (21:12 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 May 2023 23:49:28 +0000 (16:49 -0700)
commit6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4
treecdeb19ccff9869710f4eaa1dece99a493c34e44f
parent44fc71687377bfcdfffa448bb41d228ef3caf46c
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>
MAINTAINERS
host/include/i386/host/cpuinfo.h [new file with mode: 0644]
host/include/x86_64/host/cpuinfo.h [new file with mode: 0644]
util/cpuinfo-i386.c [new file with mode: 0644]
util/meson.build