From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzYFn-0005kS-QQ for qemu-devel@nongnu.org; Mon, 01 Jun 2015 18:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzYFi-0006vG-S9 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 18:32:19 -0400 Received: from inet-orm.provo.novell.com ([137.65.248.124]:40796 helo=mail.novell.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzYFi-0006uc-KX for qemu-devel@nongnu.org; Mon, 01 Jun 2015 18:32:14 -0400 From: Kirk Allan Date: Mon, 1 Jun 2015 16:32:00 -0600 Message-Id: <1433197922-26261-1-git-send-email-kallan@suse.com> Subject: [Qemu-devel] [PATCH v5 0/2] qga: qmp_guest_network_get_interfaces for win32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: okrishtal@parallels.com, mdroth@linux.vnet.ibm.com, sw@weilnetz.de 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 version splits the previous single patch into two patches: configuration and implementation. The configuration patch utilizes the --extra-cflags rather than introduce a new option for setting _WIN32_WINNT and WINVER. 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. Kirk Allan (2): qga: add additional win32 cflags and libraries qga: win32 qmp_guest_network_get_interfaces implementation configure | 9 ++- qga/commands-win32.c | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 224 insertions(+), 5 deletions(-) -- 1.8.5.6