Re: [libvirt] [PATCH v2 36/36] conf: switch over to use network port APIs for virt drivers

2019-03-01 Thread Laine Stump
On 2/27/19 11:29 AM, Daniel P. Berrangé wrote: Change the domain conf so invoke the new network port public APIs instead of the network callbacks. Signed-off-by: Daniel P. Berrangé --- src/conf/domain_conf.c | 262 src/conf/domain_conf.h | 26 -

[libvirt] [PATCH v2 36/36] conf: switch over to use network port APIs for virt drivers

2019-02-27 Thread Daniel P . Berrangé
Change the domain conf so invoke the new network port public APIs instead of the network callbacks. Signed-off-by: Daniel P. Berrangé --- src/conf/domain_conf.c | 262 src/conf/domain_conf.h | 26 src/network/bridge_driver.c | 200