Re: [PATCH 02/27] util: Add cpuinfo-i386.c

2023-05-23 Thread Alex Bennée
Richard Henderson writes: > On 5/21/23 04:28, Philippe Mathieu-Daudé wrote: >> On 20/5/23 18:26, 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 use

Re: [PATCH 02/27] util: Add cpuinfo-i386.c

2023-05-21 Thread Richard Henderson
On 5/21/23 04:28, Philippe Mathieu-Daudé wrote: On 20/5/23 18:26, 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

Re: [PATCH 02/27] util: Add cpuinfo-i386.c

2023-05-21 Thread Philippe Mathieu-Daudé
On 20/5/23 18:26, 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. Reviewed-by: Juan Quintela Signed-off-by

[PATCH 02/27] util: Add cpuinfo-i386.c

2023-05-20 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. Reviewed-by: Juan Quintela Signed-off-by: Richard Henderson --- host/include/i386/h