[libvirt] [PATCHv2 1/5] conf: use a unique data type for PF array in virDomainNetDef

2012-08-14 Thread Laine Stump
This array was originally defined using the existing virNetworkForwardIfDef, but that struct has a UsageCount field that isn't used in the case of PFs. This patch just copies that struct and removes UsageCount. It ends up being a struct with a single field, but I left it as a struct in case we need

Re: [libvirt] [PATCHv2 1/5] conf: use a unique data type for PF array in virDomainNetDef

2012-08-14 Thread Eric Blake
On 08/14/2012 01:10 AM, Laine Stump wrote: > This array was originally defined using the existing > virNetworkForwardIfDef, but that struct has a UsageCount field that > isn't used in the case of PFs. This patch just copies that struct and > removes UsageCount. It ends up being a struct with a sing

Re: [libvirt] [PATCHv2 1/5] conf: use a unique data type for PF array in virDomainNetDef

2012-08-14 Thread Kyle Mestery (kmestery)
Looks good to me. Acked-by: Kyle Mestery On Aug 14, 2012, at 2:10 AM, Laine Stump wrote: > This array was originally defined using the existing > virNetworkForwardIfDef, but that struct has a UsageCount field that > isn't used in the case of PFs. This patch just copies that struct and > removes