On 2/27/19 11:28 AM, Daniel P. Berrangé wrote:
An update to
v1:
https://www.redhat.com/archives/libvir-list/2018-December/msg00681.html
Currently the network driver registers a set of callbacks with the virt
driver in order to handle allocating/releasing network ports associated
with guest NICs.
This series introduces a virNetworkPortPtr object and associated XML
that describes a network port. The virt drivers now call public APIs
associated with this new object to create/delete ports for guest NICs.
I'm giving this a spin now. I needed to resolve a few conflicts, nothing
difficult but it took some time. I pushed them all here along with the
fix laine suggested on the last patch:
https://github.com/crobinso/libvirt/tree/networkport
- Cole