Re: [libvirt] [PATCH 3/4] conf: Introduce virDomainObjListAddObjLocked

2018-04-06 Thread John Ferlan
On 04/06/2018 08:56 AM, Michal Privoznik wrote: > On 03/29/2018 02:34 PM, John Ferlan wrote: >> Create a common helper to add an object to the locked domain >> objlist hash tables and use it. >> >> Signed-off-by: John Ferlan >> --- >> src/conf/virdomainobjlist.c | 64 >>

Re: [libvirt] [PATCH 3/4] conf: Introduce virDomainObjListAddObjLocked

2018-04-06 Thread Michal Privoznik
On 03/29/2018 02:34 PM, John Ferlan wrote: > Create a common helper to add an object to the locked domain > objlist hash tables and use it. > > Signed-off-by: John Ferlan > --- > src/conf/virdomainobjlist.c | 64 > +++-- > 1 file

[libvirt] [PATCH 3/4] conf: Introduce virDomainObjListAddObjLocked

2018-03-29 Thread John Ferlan
Create a common helper to add an object to the locked domain objlist hash tables and use it. Signed-off-by: John Ferlan --- src/conf/virdomainobjlist.c | 64 +++-- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git