Re: [PATCH 0/3] qga: Implement guest-network-get-interfaces for Solaris

2022-03-21 Thread Michal Prívozník
On 3/20/22 22:38, Andrew Deason wrote: > 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 getifaddr

[PATCH 0/3] qga: Implement guest-network-get-interfaces for Solaris

2022-03-20 Thread Andrew Deason
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