Re: [libvirt] [PATCH v3 13/36] conf: introduce virNetworkPortDefPtr struct and XML support

2019-03-22 Thread Laine Stump
On 3/22/19 11:43 AM, Daniel P. Berrangé wrote: On Fri, Mar 22, 2019 at 11:28:17AM -0400, Laine Stump wrote: On 3/19/19 8:46 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

Re: [libvirt] [PATCH v3 13/36] conf: introduce virNetworkPortDefPtr struct and XML support

2019-03-22 Thread Daniel P . Berrangé
On Fri, Mar 22, 2019 at 11:28:17AM -0400, Laine Stump wrote: > On 3/19/19 8:46 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. > > > >

Re: [libvirt] [PATCH v3 13/36] conf: introduce virNetworkPortDefPtr struct and XML support

2019-03-22 Thread Daniel P . Berrangé
On Fri, Mar 22, 2019 at 11:28:17AM -0400, Laine Stump wrote: > On 3/19/19 8:46 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. > > > >

Re: [libvirt] [PATCH v3 13/36] conf: introduce virNetworkPortDefPtr struct and XML support

2019-03-22 Thread Laine Stump
On 3/19/19 8:46 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é --- src/conf/Makefile.inc.am |

[libvirt] [PATCH v3 13/36] conf: introduce virNetworkPortDefPtr struct and XML support

2019-03-19 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é --- src/conf/Makefile.inc.am | 2 + src/conf/virnetworkportdef.c