qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old glibc
@ 2014-03-12 11:48 Dr. David Alan Gilbert (git)
  2014-03-12 11:48 ` [Qemu-devel] [PATCH 1/1] Detect pthread_setname_np at configure time Dr. David Alan Gilbert (git)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2014-03-12 11:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jan.kiszka, mst

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

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:
     [dgilbert@davidgil-rhel5 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-27  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 11:48 [Qemu-devel] [PATCH 0/1] configure time fix for thread naming on old glibc Dr. David Alan Gilbert (git)
2014-03-12 11:48 ` [Qemu-devel] [PATCH 1/1] Detect pthread_setname_np at configure time Dr. David Alan Gilbert (git)
2014-03-26 17:51 ` [Qemu-devel] Ping: [PATCH 0/1] configure time fix for thread naming on old glibc Dr. David Alan Gilbert
2014-03-27  7:20 ` [Qemu-devel] " Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).