Re: [libvirt] [PATCH v5 14/24] network: add public APIs for network port object

2019-05-23 Thread Daniel P . Berrangé
On Thu, May 23, 2019 at 11:59:59AM -0400, Laine Stump wrote: > On 5/14/19 11:48 AM, Daniel P. Berrangé wrote: > > Introduce a new virNetworPort object that will present an attachment to > > a virtual network from a VM. > > > > Signed-off-by: Daniel P. Berrangé > > --- > >

Re: [libvirt] [PATCH v5 14/24] network: add public APIs for network port object

2019-05-23 Thread Laine Stump
On 5/14/19 11:48 AM, Daniel P. Berrangé wrote: Introduce a new virNetworPort object that will present an attachment to a virtual network from a VM. Signed-off-by: Daniel P. Berrangé --- include/libvirt/libvirt-network.h | 122 include/libvirt/virterror.h | 3 +

[libvirt] [PATCH v5 14/24] network: add public APIs for network port object

2019-05-14 Thread Daniel P . Berrangé
Introduce a new virNetworPort object that will present an attachment to a virtual network from a VM. Signed-off-by: Daniel P. Berrangé --- include/libvirt/libvirt-network.h | 122 include/libvirt/virterror.h | 3 + src/datatypes.c | 60 src/datatypes.h