Re: [libvirt] [PATCH v6 02/23] conf: introduce virNetworkPortDefPtr struct and XML support

2019-06-18 Thread John Ferlan
[...] > +static virNetworkPortDefPtr > +virNetworkPortDefParseXML(xmlXPathContextPtr ctxt) > +{ > +virNetworkPortDefPtr def; > +char *uuid = NULL; > +xmlNodePtr virtPortNode; > +xmlNodePtr vlanNode; > +xmlNodePtr bandwidthNode; > +xmlNodePtr addressNode; > +char *trustG

Re: [libvirt] [PATCH v6 02/23] conf: introduce virNetworkPortDefPtr struct and XML support

2019-06-17 Thread Daniel P . Berrangé
On Fri, May 24, 2019 at 03:28:31PM -0400, Laine Stump wrote: > On 5/23/19 11:32 AM, Daniel P. Berrangé wrote: > > Introduce a virNetworkPortDefPtr struct to represent the data associated > > with a virtual network port. Add APIs for parsing/formatting XML docs > > with the data. > > > > Signed-off

Re: [libvirt] [PATCH v6 02/23] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-24 Thread Laine Stump
On 5/23/19 11:32 AM, Daniel P. Berrangé wrote: Introduce a virNetworkPortDefPtr struct to represent the data associated with a virtual network port. Add APIs for parsing/formatting XML docs with the data. Signed-off-by: Daniel P. Berrangé [...] + +7ae63b5f-fe96-4af0

[libvirt] [PATCH v6 02/23] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-23 Thread Daniel P . Berrangé
Introduce a virNetworkPortDefPtr struct to represent the data associated with a virtual network port. Add APIs for parsing/formatting XML docs with the data. Signed-off-by: Daniel P. Berrangé --- docs/docs.html.in | 1 + docs/formatnetworkport.html.in