Re: [libvirt] [PATCH 11/19] storage: Introduce virStoragePoolObjNew

2017-07-21 Thread Pavel Hrdina
On Thu, Jul 20, 2017 at 06:00:05PM -0400, John Ferlan wrote: > > > On 07/11/2017 11:17 AM, Pavel Hrdina wrote: > > On Tue, May 09, 2017 at 11:30:18AM -0400, John Ferlan wrote: > >> Create/use a helper to perform object allocation. > >> > >> Signed-off-by: John Ferlan > >>

Re: [libvirt] [PATCH 11/19] storage: Introduce virStoragePoolObjNew

2017-07-20 Thread John Ferlan
On 07/11/2017 11:17 AM, Pavel Hrdina wrote: > On Tue, May 09, 2017 at 11:30:18AM -0400, John Ferlan wrote: >> Create/use a helper to perform object allocation. >> >> Signed-off-by: John Ferlan >> --- >> src/conf/virstorageobj.c | 34 +++--- >> 1

Re: [libvirt] [PATCH 11/19] storage: Introduce virStoragePoolObjNew

2017-07-13 Thread John Ferlan
On 07/11/2017 11:17 AM, Pavel Hrdina wrote: > On Tue, May 09, 2017 at 11:30:18AM -0400, John Ferlan wrote: >> Create/use a helper to perform object allocation. >> >> Signed-off-by: John Ferlan >> --- >> src/conf/virstorageobj.c | 34 +++--- >> 1

Re: [libvirt] [PATCH 11/19] storage: Introduce virStoragePoolObjNew

2017-07-11 Thread Pavel Hrdina
On Tue, May 09, 2017 at 11:30:18AM -0400, John Ferlan wrote: > Create/use a helper to perform object allocation. > > Signed-off-by: John Ferlan > --- > src/conf/virstorageobj.c | 34 +++--- > 1 file changed, 23 insertions(+), 11 deletions(-) > >

[libvirt] [PATCH 11/19] storage: Introduce virStoragePoolObjNew

2017-05-09 Thread John Ferlan
Create/use a helper to perform object allocation. Signed-off-by: John Ferlan --- src/conf/virstorageobj.c | 34 +++--- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/conf/virstorageobj.c b/src/conf/virstorageobj.c index