Re: [libvirt] [PATCH] test: Convert testDriver to virObjectLockable

2018-11-26 Thread Michal Privoznik
On 11/20/18 2:54 PM, Marc Hartmayer wrote: > From: Marc Hartmayer > > The test driver state (@testDriver) uses it's own reference counting > and locking implementation. Instead of doing that, convert @testDriver > into a virObjectLockable and use the provided functionalities. > > Signed-off-by:

[libvirt] [PATCH] test: Convert testDriver to virObjectLockable

2018-11-20 Thread Marc Hartmayer
From: Marc Hartmayer The test driver state (@testDriver) uses it's own reference counting and locking implementation. Instead of doing that, convert @testDriver into a virObjectLockable and use the provided functionalities. Signed-off-by: Marc Hartmayer Reviewed-by: Boris Fiuczynski --- This