Re: [libvirt] [PATCH v2] interfaces: Convert virInterfaceObjList to virObjectRWLockable

2017-10-13 Thread John Ferlan
On 10/13/2017 07:41 AM, John Ferlan wrote: > Rather than a forward linked list, let's use the ObjectRWLockable object > in order to manage the data. > > Requires numerous changes from List to Object management similar to > many other drivers/vir*obj.c modules > > Signed-off-by: John Ferlan > -

[libvirt] [PATCH v2] interfaces: Convert virInterfaceObjList to virObjectRWLockable

2017-10-13 Thread John Ferlan
Rather than a forward linked list, let's use the ObjectRWLockable object in order to manage the data. Requires numerous changes from List to Object management similar to many other drivers/vir*obj.c modules Signed-off-by: John Ferlan --- v1: https://www.redhat.com/archives/libvir-list/2017-Oct