Re: [PATCH 2/9] util: Add cpuinfo-i386.c

2023-05-18 Thread Richard Henderson
On 5/18/23 02:35, Juan Quintela wrote: Richard Henderson wrote: 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. Signed-off-by: Ric

Re: [PATCH 2/9] util: Add cpuinfo-i386.c

2023-05-18 Thread Juan Quintela
Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson Reviewed-by: J

[PATCH 2/9] util: Add cpuinfo-i386.c

2023-05-17 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- include/host/i386/cpuinfo.h | 38