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

John Ferlan jferlan at redhat.com
Tue Feb 13 16:43:56 UTC 2018



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 network driver provide a callback for it.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/conf/domain_conf.c      | 80 ++++++++++++++++++++++++++++++++++++++++-----
>  src/conf/domain_conf.h      | 11 +------
>  src/network/bridge_driver.c | 76 +-----------------------------------------
>  3 files changed, 74 insertions(+), 93 deletions(-)
> 


Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list