From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtk4M-0006iG-UC for qemu-devel@nongnu.org; Wed, 17 Aug 2011 13:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtk4L-0003kL-Mj for qemu-devel@nongnu.org; Wed, 17 Aug 2011 13:38:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtk4L-0003kE-FD for qemu-devel@nongnu.org; Wed, 17 Aug 2011 13:38:21 -0400 Message-ID: <4E4BFC8A.9080408@redhat.com> Date: Wed, 17 Aug 2011 10:38:18 -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=UTF-8; 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: Blue Swirl Cc: Stefan Hajnoczi , qemu-devel@nongnu.org On 08/17/2011 10:34 AM, Blue Swirl 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. > > No, GCC 3.3.6 manual already mentions it: > http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/Thread_002dLocal.html#Thread_002dLocal Not on Windows though. Paolo