This implements the guest agent commands guest-network-get-interfaces and guest-shutdown on Solaris. The implementation for these on Solaris is very similar as on Linux, since both platforms have a similar getifaddrs() and a 'shutdown' command.
Changes since v1: - Add debug messages for failing to get network iface stats - Add implementation for 'guest-shutdown' Andrew Deason (5): qga/commands-posix: Use getifaddrs when available qga/commands-posix: Fix iface hw address detection qga/commands-posix: Fix listing ifaces for Solaris qga/commands-posix: Log all net stats failures qga/commands-posix: 'guest-shutdown' for Solaris meson.build | 1 + qga/commands-posix.c | 513 ++++++++++++++++++++++++++++----------------------- 2 files changed, 282 insertions(+), 232 deletions(-) -- 2.11.0