Re: [libvirt] [PATCH v5 02/24] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-22 Thread Laine Stump
On 5/22/19 6:29 AM, Daniel P. Berrangé wrote: On Mon, May 20, 2019 at 09:44:04PM -0400, Laine Stump wrote: On 5/14/19 11:48 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 v5 02/24] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-22 Thread Daniel P . Berrangé
On Tue, May 21, 2019 at 10:46:27AM -0400, Laine Stump wrote: > On 5/20/19 9:44 PM, Laine Stump wrote: > > On 5/14/19 11:48 AM, Daniel P. Berrangé wrote: > > > Introduce a virNetworkPortDefPtr struct to represent the data associated > > > with a virtual network port. Add APIs for parsing/formatting

Re: [libvirt] [PATCH v5 02/24] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-22 Thread Daniel P . Berrangé
On Mon, May 20, 2019 at 09:44:04PM -0400, Laine Stump wrote: > On 5/14/19 11:48 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 v5 02/24] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-21 Thread Laine Stump
On 5/20/19 9:44 PM, Laine Stump wrote: On 5/14/19 11:48 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. Oops. This fails virschematest #1974: 1974)

Re: [libvirt] [PATCH v5 02/24] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-20 Thread Laine Stump
On 5/14/19 11:48 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é --- docs/docs.html.in |

[libvirt] [PATCH v5 02/24] conf: introduce virNetworkPortDefPtr struct and XML support

2019-05-14 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