From: Kirk Allan <kallan@suse.com>
To: qemu-devel@nongnu.org
Cc: Kirk Allan <kallan@suse.com>,
okrishtal@parallels.com, mdroth@linux.vnet.ibm.com,
sw@weilnetz.de, pbonzini@redhat.com
Subject: [Qemu-devel] [PATCH v6 1/2] qga: add win32 library iphlpapi
Date: Tue, 2 Jun 2015 11:41:06 -0600 [thread overview]
Message-ID: <1433266867-20748-2-git-send-email-kallan@suse.com> (raw)
In-Reply-To: <1433266867-20748-1-git-send-email-kallan@suse.com>
Add the iphlpapi library to use APIs such as GetAdaptersInfo and
GetAdaptersAddresses.
Signed-off-by: Kirk Allan <kallan@suse.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 4e2f78a..60df96d 100755
--- a/configure
+++ b/configure
@@ -724,7 +724,7 @@ if test "$mingw32" = "yes" ; then
sysconfdir="\${prefix}"
local_statedir=
confsuffix=""
- libs_qga="-lws2_32 -lwinmm -lpowrprof $libs_qga"
+ libs_qga="-lws2_32 -lwinmm -lpowrprof -liphlpapi $libs_qga"
fi
werror=""
--
1.8.5.6
next prev parent reply other threads:[~2015-06-02 17:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-02 17:41 [Qemu-devel] [PATCH v6 0/2] qga: qmp_guest_network_get_interfaces for win32 Kirk Allan
2015-06-02 17:41 ` Kirk Allan [this message]
2015-06-02 17:41 ` [Qemu-devel] [PATCH v6 2/2] qga: win32 qmp_guest_network_get_interfaces implementation Kirk Allan
2015-07-07 1:33 ` [Qemu-devel] [PATCH v6 0/2] qga: qmp_guest_network_get_interfaces for win32 Michael Roth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433266867-20748-2-git-send-email-kallan@suse.com \
--to=kallan@suse.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=okrishtal@parallels.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).