All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] qga: Implement guest-network-get-interfaces for Solaris
@ 2022-03-20 21:38 Andrew Deason
  2022-03-20 21:38 ` [PATCH 1/3] qga/commands-posix: Use getifaddrs when available Andrew Deason
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andrew Deason @ 2022-03-20 21:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Roth, Andrew Deason, Michal Privoznik

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-28 17:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 21:38 [PATCH 0/3] qga: Implement guest-network-get-interfaces for Solaris Andrew Deason
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

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.