From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSryv-0006sA-I2 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 13:51:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSrym-0005wp-W0 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 13:51:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSrym-0005wf-O1 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 13:51:08 -0400 Date: Wed, 26 Mar 2014 17:51:01 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20140326175101.GI2504@work-vm> References: <1394624898-2730-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394624898-2730-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] Ping: [PATCH 0/1] configure time fix for thread naming on old glibc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, mst@redhat.com, jan.kiszka@siemens.com * Dr. David Alan Gilbert (git) (dgilbert@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > 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 > > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK