qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old gli


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old glibc
Date: Wed, 12 Mar 2014 11:48:17 +0000

From: "Dr. David Alan Gilbert" <address@hidden>

Peter was preferring configure time detection of pthread_setname_np
to guard against my recent breaking of builds on old libc.

I've tested this on:
   Fedora 20 - modern glibc - works as before
   RHEL 5 - glibc 2.5:
     address@hidden try]$ ./bin/qemu-system-x86_64 -nographic -name 
debug-threads=on
     qemu: thread naming not supported on this host

   and checked a mingw windows cross build builds.

A check on SLES11 is probably worth a try if someone has one to hand.

Dr. David Alan Gilbert (1):
  Detect pthread_setname_np at configure time

 configure                | 28 ++++++++++++++++++++++++++++
 util/qemu-thread-posix.c | 21 ++++++++++++++++++---
 util/qemu-thread-win32.c |  2 ++
 3 files changed, 48 insertions(+), 3 deletions(-)

-- 
1.8.5.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]