Re: [Qemu-devel] [PATCH v3 1/2] qga: add additional win32 cflags and libraries

2015-05-29 Thread Kirk Allan
>>> > On 05/28/2015 12:41 PM, Kirk Allan wrote: >> Use *extra-cflags to set cflags to such as _WIN32_WINVER and WINVER to > > That Unicode mdash looks suspicious; did you mean for it to be two ASCII > -- instead? Your right, it is --extra-clfags. I'll fix that. > >> add additional functionali

Re: [Qemu-devel] [PATCH v3 1/2] qga: add additional win32 cflags and libraries

2015-05-28 Thread Eric Blake
On 05/28/2015 12:41 PM, Kirk Allan wrote: > Use –extra-cflags to set cflags to such as _WIN32_WINVER and WINVER to That Unicode mdash looks suspicious; did you mean for it to be two ASCII -- instead? > add additional functionality offered in Windows Visat/2008 and newer. s/Visat/Vista/ > > Add

[Qemu-devel] [PATCH v3 1/2] qga: add additional win32 cflags and libraries

2015-05-28 Thread Kirk Allan
Use –extra-cflags to set cflags to such as _WIN32_WINVER and WINVER to add additional functionality offered in Windows Visat/2008 and newer. Add the -DARCH_$ARCH cflag. Add the iphlpapi library to use APIs such as GetAdaptersInfo and GetAdaptersAddresses. Signed-off-by: Kirk Allan --- configur