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 via email to