Re: [libvirt] [PATCH 1/6] conf: reimplement virDomainNetResolveActualType in terms of public API

2018-02-13 Thread John Ferlan
On 02/09/2018 12:24 PM, Daniel P. Berrangé wrote: > Now that we have the ability to easily open connections to secondary > drivers, eg network:///system, it is possible to reimplement the > virDomainNetResolveActualType method in terms of the public API. This > avoids the need to have the networ

[libvirt] [PATCH 1/6] conf: reimplement virDomainNetResolveActualType in terms of public API

2018-02-09 Thread Daniel P . Berrangé
Now that we have the ability to easily open connections to secondary drivers, eg network:///system, it is possible to reimplement the virDomainNetResolveActualType method in terms of the public API. This avoids the need to have the network driver provide a callback for it. Signed-off-by: Daniel P