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

2019-03-18 Thread Cole Robinson
On 2/27/19 11:29 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 v2 13/36] conf: introduce virNetworkPortDefPtr struct and XML support

2019-02-27 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