Re: [libvirt] [PATCH v2 02/12] storage: Introduce virStoragePoolObjNew

2017-09-19 Thread Michal Privoznik
On 08/24/2017 03:08 PM, John Ferlan wrote: > Create/use a helper to perform object allocation. > > Adjust storagevolxml2argvtest.c in order to use the allocator and > setting of the obj->def. > > Signed-off-by: John Ferlan > --- > src/conf/virstorageobj.c | 31 +---

[libvirt] [PATCH v2 02/12] storage: Introduce virStoragePoolObjNew

2017-08-24 Thread John Ferlan
Create/use a helper to perform object allocation. Adjust storagevolxml2argvtest.c in order to use the allocator and setting of the obj->def. Signed-off-by: John Ferlan --- src/conf/virstorageobj.c | 31 +-- src/conf/virstorageobj.h | 3 +++ src/libvirt_p