Re: [libvirt] [PATCH v3 19/36] network: convert networkNotifyActualDevice to virNetworkPortDef

2019-03-22 Thread Laine Stump
On 3/19/19 8:46 AM, Daniel P. Berrangé wrote: Convert the virDomainNetDef object into a virNetworkPortDef object at the start of networkNotifyActualDevice. This largely decouples the method impl from the domain object type. Signed-off-by: Daniel P. Berrangé Kind of pointless to look at the d

[libvirt] [PATCH v3 19/36] network: convert networkNotifyActualDevice to virNetworkPortDef

2019-03-19 Thread Daniel P . Berrangé
Convert the virDomainNetDef object into a virNetworkPortDef object at the start of networkNotifyActualDevice. This largely decouples the method impl from the domain object type. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c | 91 ++--- 1 file c