Re: [PATCH] sysemu/os-win32.h: Windows clang-cl compiler fixes

2024-11-04 Thread Philippe Mathieu-Daudé
Hi Roque, On 1/11/24 18:41, Roque Arcudia Hernandez wrote: This contains a series of small compiler fixes to enable the compilation of qemu using clang-cl. It mainly involves adding some missing header files and updating #ifdefs to handle clang-cl specific things. Signed-off-by: Erwin Jansen

Re: [PATCH] sysemu/os-win32.h: Windows clang-cl compiler fixes

2024-11-04 Thread Daniel P . Berrangé
On Fri, Nov 01, 2024 at 09:41:01PM +, Roque Arcudia Hernandez wrote: > This contains a series of small compiler fixes to enable the compilation > of qemu using clang-cl. > > It mainly involves adding some missing header files and updating #ifdefs > to handle clang-cl specific things. > > Sign

[PATCH] sysemu/os-win32.h: Windows clang-cl compiler fixes

2024-11-01 Thread Roque Arcudia Hernandez
This contains a series of small compiler fixes to enable the compilation of qemu using clang-cl. It mainly involves adding some missing header files and updating #ifdefs to handle clang-cl specific things. Signed-off-by: Erwin Jansen Signed-off-by: Roque Arcudia Hernandez --- include/qemu/comp