From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNSw0-0006pV-NU for qemu-devel@nongnu.org; Tue, 11 Mar 2014 16:06:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNSvw-0006S7-EI for qemu-devel@nongnu.org; Tue, 11 Mar 2014 16:05:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNSvw-0006S1-55 for qemu-devel@nongnu.org; Tue, 11 Mar 2014 16:05:52 -0400 Date: Tue, 11 Mar 2014 20:04:40 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20140311200440.GO2450@work-vm> References: <531F2C52.50401@siemens.com> <531F3083.9090304@siemens.com> <20140311161301.GG2450@work-vm> <20140311163657.GH2450@work-vm> <20140311183922.GB10982@redhat.com> <20140311194640.GN2450@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] qemu-thread-posix: Fix build against older glibc version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kevin Wolf , Stefan Hajnoczi , "Michael S. Tsirkin" , Jan Kiszka , QEMU Developers , Gerd Hoffmann , Anthony Liguori , Laszlo Ersek * Peter Maydell (peter.maydell@linaro.org) wrote: > On 11 March 2014 19:46, Dr. David Alan Gilbert wrote: > > * Michael S. Tsirkin (mst@redhat.com) wrote: > > > >> Shouldn't we prevent the unsupported option from > >> appearing in qemu output though? > >> Otherwise how does user know whether it works? > > > > I'll make it spit a warning if you try and enable it on a platform > > that doesn't have a way of doing it; ifdef all the option parsing > > would just make everywhere messy and in the end we defined it > > as a debug option. > > When would you want to not enable it? If this is > purely for debug convenience why not just have "always > set thread names if the platform allows it" ? See the original thread; there was some undefined worry that some tools somewhere might break if it was enabled. http://lists.gnu.org/archive/html/qemu-devel/2014-01/msg03819.html Dave > thanks > -- PMM -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK