From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtjuY-0008Tl-OK for qemu-devel@nongnu.org; Wed, 17 Aug 2011 13:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtjuW-0000s0-Ft for qemu-devel@nongnu.org; Wed, 17 Aug 2011 13:28:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtjuW-0000qy-2z for qemu-devel@nongnu.org; Wed, 17 Aug 2011 13:28:12 -0400 Message-ID: <4E4BFA29.7010703@redhat.com> Date: Wed, 17 Aug 2011 10:28:09 -0700 From: Paolo Bonzini MIME-Version: 1.0 References: <1313520667-26507-1-git-send-email-pbonzini@redhat.com> <4E4BF6D6.5040801@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-thread: add TLS wrappers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 08/17/2011 10:26 AM, Stefan Hajnoczi wrote: >>> >> Do you know which Windows gcc versions support __thread and if it >>> >> would be reasonable to require those versions? >> > >> > It's probably 4.3 and newer, or something like that. > I suggest we simply require that minimum gcc version. I would agree (just did it for fun and to see how it looks like), but perhaps we can do something similar to what Windows does for OpenBSD too. Though I'm quite disappointed and I must say OpenBSD should enter the 21st century. Paolo