Re: [Qemu-devel] [PATCH v2 0/5] w32: Reduce dependency on Windows API

2014-03-10 Thread Stefan Hajnoczi
On Fri, Mar 07, 2014 at 11:17:42PM +0100, Stefan Weil wrote: > The first 4 patches reduce the number of files which depend on > windows.h by about 90 percent. > > This reduces the compilation time, allows > removing some hacks and avoids name space pollution. > > Patch 5 is optional and new here.

[Qemu-devel] [PATCH v2 0/5] w32: Reduce dependency on Windows API

2014-03-07 Thread Stefan Weil
The first 4 patches reduce the number of files which depend on windows.h by about 90 percent. This reduces the compilation time, allows removing some hacks and avoids name space pollution. Patch 5 is optional and new here. Changes in v2: * Change name of new include file include/qemu/winapi.h