From: Kirk Allan <kallan@suse.com>
To: qemu-devel@nongnu.org
Cc: sw@weilnetz.de, mdroth@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH v2 0/2] qga: implement qmp_guest_network_get_interfaces for win32
Date: Wed, 1 Apr 2015 09:39:53 -0600 [thread overview]
Message-ID: <1427902795-12024-1-git-send-email-kallan@suse.com> (raw)
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 is that same as before.
It will take advantage of _WIN32_WINNT if set to 0x600 or greater for
Windows Vista/2008 guests or newer to use inet_ntop and OnLinkPrefixLength
for getting addresses and prefixes.
Kirk Allan (2):
qga: add additional win32 cflags and libraries
qga: win32 implementation of qmp_guest_network_get_interfaces
configure | 9 +-
qga/commands-win32.c | 319 ++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 324 insertions(+), 4 deletions(-)
--
1.8.5.6
next reply other threads:[~2015-04-01 15:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-01 15:39 Kirk Allan [this message]
2015-04-01 15:39 ` [Qemu-devel] [PATCH v2 1/2] qga: add additional win32 cflags and libraries Kirk Allan
2015-04-01 15:39 ` [Qemu-devel] [PATCH v2 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces Kirk Allan
2015-05-20 18:43 ` Olga Krishtal
2015-05-28 14:33 ` Kirk Allan
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=1427902795-12024-1-git-send-email-kallan@suse.com \
--to=kallan@suse.com \
--cc=mdroth@linux.vnet.ibm.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).