Re: [Qemu-devel] [PATCH v3 16/42] i386/hax: remove duplicated include

2017-10-18 Thread Philippe Mathieu-Daudé
On 10/18/2017 09:12 AM, Thomas Huth wrote: > On 17.10.2017 18:44, Philippe Mathieu-Daudé wrote: >> this file in include in "target/i386/hax-i386.h": >> >> #ifdef CONFIG_WIN32 >> #include "target/i386/hax-windows.h" >> #endif >> >> which guaranty than sysemu/os-win32.h is previously incl

Re: [Qemu-devel] [PATCH v3 16/42] i386/hax: remove duplicated include

2017-10-18 Thread Thomas Huth
On 17.10.2017 18:44, Philippe Mathieu-Daudé wrote: > this file in include in "target/i386/hax-i386.h": > > #ifdef CONFIG_WIN32 > #include "target/i386/hax-windows.h" > #endif > > which guaranty than sysemu/os-win32.h is previously included (CONFIG_WIN32) which guaranties that ... ?

[Qemu-devel] [PATCH v3 16/42] i386/hax: remove duplicated include

2017-10-17 Thread Philippe Mathieu-Daudé
this file in include in "target/i386/hax-i386.h": #ifdef CONFIG_WIN32 #include "target/i386/hax-windows.h" #endif which guaranty than sysemu/os-win32.h is previously included (CONFIG_WIN32) Suggested-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- target/i386/hax-windo