Quoting Kirk Allan (2015-06-02 12:41:05) > Changes from v5: > - Patch 1/2 removed testing for WINVER in QEMU_CFLAGS. > > Changes from v4: > - Fixed up the commit messages to remove the utf-8 characters. > > Changes from v3: > - Patch 1/2 removed setting ARCH_$ARCH > - Patch 2/2 implemented feedback from v3. Use WSAAddressToString for > inet_ntop functionality. WSAStringToAddress is available in all versions > of Windows. > > This patch set is to implement qmp_guest_network_get_interfaces for win32. > > This patch set contains two patches: configuration and implementation. > > The configuration patch adds the iphlpapi library. The implementation > patch for commands-win32.c takes advantage of _WIN32_WINNT if set to 0x600 > or greater for Windows Vista/2008 guests or newer to use OnLinkPrefixLength > for prefixes. WSAStringToAddress is used for inet_ntop functionality.
Applied, thanks. > > Kirk Allan (2): > qga: add win32 library iphlpapi > qga: win32 qmp_guest_network_get_interfaces implementation > > configure | 2 +- > qga/commands-win32.c | 220 > ++++++++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 218 insertions(+), 4 deletions(-) > > -- > 1.8.5.6 >