Re: [libvirt] [PATCH] util: remove some no-op thread functions

2019-09-18 Thread Ján Tomko
On Mon, Sep 16, 2019 at 05:45:45PM +0100, Daniel P. Berrangé wrote: Neither virThreadInitialize or virThreadOnExit do anything since we dropped the Win32 threads impl, in favour of win-pthreads. In commit 0240d94c36c8ce0e7c35b5be430acd9ebf5adcfa to be precise. Signed-off-by: Daniel P.

Re: [libvirt] [PATCH] util: remove some no-op thread functions

2019-09-17 Thread Daniel Henrique Barboza
On 9/16/19 1:45 PM, Daniel P. Berrangé wrote: Neither virThreadInitialize or virThreadOnExit do anything since we dropped the Win32 threads impl, in favour of win-pthreads. Signed-off-by: Daniel P. Berrangé --- src/libvirt-admin.c | 3 +-- src/libvirt.c | 6

[libvirt] [PATCH] util: remove some no-op thread functions

2019-09-16 Thread Daniel P . Berrangé
Neither virThreadInitialize or virThreadOnExit do anything since we dropped the Win32 threads impl, in favour of win-pthreads. Signed-off-by: Daniel P. Berrangé --- src/libvirt-admin.c | 3 +-- src/libvirt.c | 6 ++ src/libvirt_private.syms | 1 -