From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: Michal Privoznik <mprivozn@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v6] qemu-ga: Add guest-network-get-interfaces command
Date: Tue, 6 Mar 2012 09:41:16 -0600 [thread overview]
Message-ID: <20120306154116.GC3588@illuin> (raw)
In-Reply-To: <4F562D14.809@redhat.com>
On Tue, Mar 06, 2012 at 04:28:20PM +0100, Michal Privoznik wrote:
> On 29.02.2012 17:02, Michal Privoznik wrote:
> > This command returns an array of:
> >
> > [ifname, hwaddr, [ipaddr, ipaddr_family, prefix] ]
> >
> > for each interface in the system.
> > Currently, only IPv4 and IPv6 are supported.
> >
> > Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> > ---
> > diff to v5:
> > -another change of command
> > diff to v4:
> > -change return type
> >
> > diff to v3:
> > -use ctpop32() instead of separate count_one_bits()
> >
> > diff to v2:
> > -Properly set IP addr family for IPv6
> >
> > diff to v1:
> > -move from guest-getip to guest-network-info
> > -replace black boxed algorithm for population count
> > -several coding styles improvements
> >
> > qapi-schema-guest.json | 59 ++++++++++++++++
> > qga/commands-posix.c | 181 ++++++++++++++++++++++++++++++++++++++++++++++++
> > qga/commands-win32.c | 6 ++
> > 3 files changed, 246 insertions(+), 0 deletions(-)
> >
>
> ping?
Looks good other than a s/get-network-interfaces/network-get-interfaces,
but I can fix that up. Have it queued for testing, should get to it today.
>
>
prev parent reply other threads:[~2012-03-06 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-29 16:02 [Qemu-devel] [PATCH v6] qemu-ga: Add guest-network-get-interfaces command Michal Privoznik
2012-03-06 15:28 ` Michal Privoznik
2012-03-06 15:41 ` Michael Roth [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=20120306154116.GC3588@illuin \
--to=mdroth@linux.vnet.ibm.com \
--cc=mprivozn@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).