Re: [libvirt] [PATCH libvirt v2 2/9] test: Convert testDriver to virObjectLockable

2018-04-26 Thread Marc Hartmayer
On Thu, Apr 26, 2018 at 05:07 PM +0200, John Ferlan wrote: > On 04/12/2018 08:40 AM, Marc Hartmayer wrote: >> The test driver state (@testDriver) uses it's own reference counting >> and locking implementation. Instead of doing that, convert @testDriver >> into a

Re: [libvirt] [PATCH libvirt v2 2/9] test: Convert testDriver to virObjectLockable

2018-04-26 Thread John Ferlan
On 04/12/2018 08:40 AM, Marc Hartmayer wrote: > 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

[libvirt] [PATCH libvirt v2 2/9] test: Convert testDriver to virObjectLockable

2018-04-12 Thread 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