Re: [libvirt] [PATCH] qemu: update threading info about domain object refs

2019-09-09 Thread Pavel Hrdina
On Fri, Sep 06, 2019 at 09:54:29AM -0300, Daniel Henrique Barboza wrote: > > > On 9/4/19 2:23 PM, Jonathon Jongsma wrote: > > Since commit fd9ef3b31e, virDomainFindByUUIDRef() no longer exists and > > all virDomainObjListFindBy*() functions now increment the reference > > count. > > > >

Re: [libvirt] [PATCH] qemu: update threading info about domain object refs

2019-09-06 Thread Daniel Henrique Barboza
On 9/4/19 2:23 PM, Jonathon Jongsma wrote: Since commit fd9ef3b31e, virDomainFindByUUIDRef() no longer exists and all virDomainObjListFindBy*() functions now increment the reference count. Signed-off-by: Jonathon Jongsma --- src/qemu/THREADS.txt | 16 +++- 1 file changed, 3

[libvirt] [PATCH] qemu: update threading info about domain object refs

2019-09-04 Thread Jonathon Jongsma
Since commit fd9ef3b31e, virDomainFindByUUIDRef() no longer exists and all virDomainObjListFindBy*() functions now increment the reference count. Signed-off-by: Jonathon Jongsma --- src/qemu/THREADS.txt | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git