commit | 6bc12fd04243a5bfe28bc5d6ed8b0a7ed40f5de4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed May 17 21:12:08 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 23 16:49:28 2023 -0700 |
tree | cdeb19ccff9869710f4eaa1dece99a493c34e44f | |
parent | 44fc71687377bfcdfffa448bb41d228ef3caf46c [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>