Re: [PATCH v3 0/5] qga: Implement shutdown/network-get-interfaces on Solaris

2022-04-30 Thread Andrew Deason
On Tue, 26 Apr 2022 14:55:21 -0500 Andrew Deason wrote: > 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 > 'shutdow

[PATCH v3 0/5] qga: Implement shutdown/network-get-interfaces on Solaris

2022-04-26 Thread Andrew Deason
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 v2: - No changes, just updating to newe