All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Deason <adeason@sinenomine.net>
To: qemu-devel@nongnu.org
Cc: Michael Roth <michael.roth@amd.com>,
	Andrew Deason <adeason@sinenomine.net>,
	Michal Privoznik <mprivozn@redhat.com>
Subject: [PATCH 0/3] qga: Implement guest-network-get-interfaces for Solaris
Date: Sun, 20 Mar 2022 16:38:40 -0500	[thread overview]
Message-ID: <20220320213843.4544-1-adeason@sinenomine.net> (raw)

This implements the guest agent guest-network-get-interfaces command on
Solaris. Solaris provides a getifaddrs() that's very similar to the Linux one,
so the implementation is mostly the same.

Andrew Deason (3):
  qga/commands-posix: Use getifaddrs when available
  qga/commands-posix: Fix iface hw address detection
  qga/commands-posix: Fix listing ifaces for Solaris

 meson.build          |   1 +
 qga/commands-posix.c | 488 +++++++++++++++++++++++++++------------------------
 2 files changed, 260 insertions(+), 229 deletions(-)

-- 
2.11.0



             reply	other threads:[~2022-03-20 21:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-20 21:38 Andrew Deason [this message]
2022-03-20 21:38 ` [PATCH 1/3] qga/commands-posix: Use getifaddrs when available Andrew Deason
2022-03-20 21:38 ` [PATCH 2/3] qga/commands-posix: Fix iface hw address detection Andrew Deason
2022-03-20 21:38 ` [PATCH 3/3] qga/commands-posix: Fix listing ifaces for Solaris Andrew Deason
2022-03-21  9:14   ` Michal Prívozník
2022-03-28 17:44     ` Andrew Deason
2022-03-21  9:14 ` [PATCH 0/3] qga: Implement guest-network-get-interfaces " Michal Prívozník

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=20220320213843.4544-1-adeason@sinenomine.net \
    --to=adeason@sinenomine.net \
    --cc=michael.roth@amd.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 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.