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

2019-06-07 Thread Laine Stump
On 5/23/19 11:33 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é I was expecting that you would make the switch in one patch, and then remove the now-dead callback plumbing in

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

2019-05-23 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 | 211 ++-- src/conf/domain_conf.h | 26 - src/libvirt_private.syms| 1 - src/netw