Re: [libvirt] [PATCH v5 03/24] network: make networkLogAllocation independent of domain conf

2019-05-20 Thread Laine Stump
On 5/14/19 11:48 AM, Daniel P. Berrangé wrote: Stop passing a virDomainNetDefPtr parameter to networkLogAllocation, instead just pass in the MAC address. The actual device type is also not required, since virNetworkForwardIfDefPtr has a type field that can be used instead. Reviewed-by: Laine

[libvirt] [PATCH v5 03/24] network: make networkLogAllocation independent of domain conf

2019-05-14 Thread Daniel P . Berrangé
Stop passing a virDomainNetDefPtr parameter to networkLogAllocation, instead just pass in the MAC address. The actual device type is also not required, since virNetworkForwardIfDefPtr has a type field that can be used instead. Reviewed-by: Laine Stump Signed-off-by: Daniel P. Berrangé ---