qga/commands-posix: Fix listing ifaces for Solaris
commit70335c4644f3c05456c72020ae54b1dbeba905d7
authorAndrew Deason <adeason@sinenomine.net>
Tue, 26 Apr 2022 19:55:24 +0000 (26 14:55 -0500)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 4 May 2022 08:00:46 +0000 (4 12:00 +0400)
tree1e247b04605ebc32def2c7637322f9d682696d12
parentaec0730ea9a150f23a5a2bbb87903a2900e5e72f
qga/commands-posix: Fix listing ifaces for Solaris

The code for guest-network-get-interfaces needs a couple of small
adjustments for Solaris:

- The results from SIOCGIFHWADDR are documented as being in ifr_addr,
  not ifr_hwaddr (ifr_hwaddr doesn't exist on Solaris).

- The implementation of guest_get_network_stats is Linux-specific, so
  hide it under #ifdef CONFIG_LINUX. On non-Linux, we just won't
  provide network interface stats.

Signed-off-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Message-Id: <20220426195526.7699-4-adeason@sinenomine.net>
qga/commands-posix.c