From: Eric Blake <eblake@redhat.com>
To: Kirk Allan <kallan@suse.com>, qemu-devel@nongnu.org
Cc: okrishtal@parallels.com, mdroth@linux.vnet.ibm.com, sw@weilnetz.de
Subject: Re: [Qemu-devel] [PATCH v4 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces
Date: Mon, 01 Jun 2015 13:02:51 -0600 [thread overview]
Message-ID: <556CAC5B.7060709@redhat.com> (raw)
In-Reply-To: <1433184977-20001-3-git-send-email-kallan@suse.com>
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
On 06/01/2015 12:56 PM, Kirk Allan wrote:
> By default, IPv4 prefixes will be derived by matching the address
> to those returned by GetAdaptersInfo. IPv6 prefixes can not be
> matched this way due to the unpredictable order of entries.
>
> In Windows Vista/2008 guests and newer, both IPv4 and IPv6 prefixes
> can be retrieved from OnLinkPrefixLength. Setting -–extra-cflags
s/-–/--/
> in the build configuration to ”- D_WIN32_WINNT-0x600 -DWINVER=0x600”
s/- D/-D/
and why the Unicode quotes? ASCII "" is good enough.
> or greater makes OnLinkPrefixLength available. Setting –-ectra-cflags
s/–-ectra/--extra/
> is not required and if not set, the default approach to get the prefix
> will be taken.
>
> Signed-off-by: Kirk Allan <kallan@suse.com>
> ---
> qga/commands-win32.c | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 217 insertions(+), 3 deletions(-)
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
prev parent reply other threads:[~2015-06-01 19:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-01 18:56 [Qemu-devel] [PATCH v4 0/2] qga: qmp_guest_network_get_interfaces for win32 Kirk Allan
2015-06-01 18:56 ` [Qemu-devel] [PATCH v4 1/2] qga: add additional win32 cflags and libraries Kirk Allan
2015-06-01 19:00 ` Eric Blake
2015-06-01 20:24 ` Paolo Bonzini
2015-06-01 21:19 ` Kirk Allan
2015-06-02 14:08 ` Paolo Bonzini
2015-06-02 15:30 ` Kirk Allan
2015-06-02 19:41 ` Paolo Bonzini
2015-06-01 18:56 ` [Qemu-devel] [PATCH v4 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces Kirk Allan
2015-06-01 19:02 ` Eric Blake [this message]
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=556CAC5B.7060709@redhat.com \
--to=eblake@redhat.com \
--cc=kallan@suse.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=okrishtal@parallels.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.