Re: [libvirt] [PATCH v3 18/36] network: convert networkAllocateActualDevice 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 networkAllocateActualDevice. This largely decouples the method impl from the domain object type. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c

[libvirt] [PATCH v3 18/36] network: convert networkAllocateActualDevice to virNetworkPortDef

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