[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 04/10] qga: add win32 library iphlpapi
From: |
Michael Roth |
Subject: |
[Qemu-devel] [PATCH 04/10] qga: add win32 library iphlpapi |
Date: |
Mon, 6 Jul 2015 23:40:14 -0500 |
From: Kirk Allan <address@hidden>
Add the iphlpapi library to use APIs such as GetAdaptersInfo and
GetAdaptersAddresses.
Signed-off-by: Kirk Allan <address@hidden>
Signed-off-by: Michael Roth <address@hidden>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 3063739..3bb5e55 100755
--- a/configure
+++ b/configure
@@ -732,7 +732,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.9.1
- [Qemu-devel] [PULL 00/10] qemu-ga patches for 2.4.0, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 10/10] qga: added GuestPCIAddress information, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 09/10] qga: added bus type and disk location path, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 01/10] qga/commands-posix: Fix bug in guest-fstrim, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 04/10] qga: add win32 library iphlpapi,
Michael Roth <=
- [Qemu-devel] [PATCH 02/10] qga/qmp_guest_fstrim: Return per path fstrim result, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 03/10] Revert "guest agent: remove g_strcmp0 usage", Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 06/10] qga: fail early for invalid time, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 08/10] qga: added mountpoint and filesystem type for single volume, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 05/10] qga: win32 qmp_guest_network_get_interfaces implementation, Michael Roth, 2015/07/07
- [Qemu-devel] [PATCH 07/10] qga: added empty qmp_quest_get_fsinfo functionality., Michael Roth, 2015/07/07
- Re: [Qemu-devel] [PULL 00/10] qemu-ga patches for 2.4.0, Peter Maydell, 2015/07/07