Thank you Laine and thanks Michal for the detailed explanation.
To add some (missing) context from my side:
I was attempting to virtualize Raspberry Pi on qemu via libvirt, where my host machine is macOS (both qemu and libvirt installed via Homebrew) and I while trying to set up the network I stumbled upon this:
$ virsh -c qemu:///system?socket=/usr/local/var/run/libvirt/libvirt-sock net-list --all
error: Failed to get the number of active networks
error: this function is not supported by the connection driver: virConnectNumOfNetworks
This error in combination with the compatibility matrix made me think it's just not supported.
What is the right way of interpreting this error/state? Does the host OS play a role in the compatibility?
Are there any known limitations on macOS, or is this likely just a broken/misconfigured installation on my side?
Radek Simko