Re: [PATCH 14/24] configure, meson: move pthread_setname_np checks to Meson

2021-10-07 Thread Marc-André Lureau
On Thu, Oct 7, 2021 at 5:19 PM Paolo Bonzini wrote: > This makes the pthreads check dead in configure, so remove it > as well. > > Signed-off-by: Paolo Bonzini > Reviewed-by: Marc-André Lureau (a shame that g_system_thread_set_name() is not exported imho) --- > configure|

[PATCH 14/24] configure, meson: move pthread_setname_np checks to Meson

2021-10-07 Thread Paolo Bonzini
This makes the pthreads check dead in configure, so remove it as well. Signed-off-by: Paolo Bonzini --- configure| 78 meson.build | 23 util/qemu-thread-posix.c | 5 ++- 3 files changed, 25 insertions(+), 81