Re: [PATCH 01/27] util: Introduce host-specific cpuinfo.h

2023-05-23 Thread Alex Bennée
Richard Henderson writes: > The entire contents of the header is host-specific, but the > existence of such a header is not, which could prevent some > host specific ifdefs at the top of the file for the include. > > Add host/include/{arch,generic} to the project arguments. > > Reviewed-by: Jua

Re: [PATCH 01/27] util: Introduce host-specific cpuinfo.h

2023-05-21 Thread Philippe Mathieu-Daudé
On 20/5/23 18:26, Richard Henderson wrote: The entire contents of the header is host-specific, but the existence of such a header is not, which could prevent some host specific ifdefs at the top of the file for the include. Add host/include/{arch,generic} to the project arguments. Reviewed-by:

[PATCH 01/27] util: Introduce host-specific cpuinfo.h

2023-05-20 Thread Richard Henderson
The entire contents of the header is host-specific, but the existence of such a header is not, which could prevent some host specific ifdefs at the top of the file for the include. Add host/include/{arch,generic} to the project arguments. Reviewed-by: Juan Quintela Signed-off-by: Richard Henders