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

Andrew Deason posted 5 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220426195526.7699-1-adeason@sinenomine.net
Maintainers: Michael Roth <michael.roth@amd.com>
meson.build          |   1 +
qga/commands-posix.c | 513 ++++++++++++++++++++++++++++-----------------------
2 files changed, 282 insertions(+), 232 deletions(-)
[PATCH v3 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
Posted by Andrew Deason 2 years ago
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 newer master

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
Re: [PATCH v3 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
Posted by Andrew Deason 2 years ago
On Tue, 26 Apr 2022 14:55:21 -0500
Andrew Deason <adeason@sinenomine.net> 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
> 'shutdown' command.

Ping?

-- 
Andrew Deason
adeason@sinenomine.net