From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NF525-0004D7-NJ for qemu-devel@nongnu.org; Mon, 30 Nov 2009 07:07:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NF521-0004An-2h for qemu-devel@nongnu.org; Mon, 30 Nov 2009 07:07:09 -0500 Received: from [199.232.76.173] (port=52708 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NF520-0004Ag-N2 for qemu-devel@nongnu.org; Mon, 30 Nov 2009 07:07:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NF520-00054u-AB for qemu-devel@nongnu.org; Mon, 30 Nov 2009 07:07:04 -0500 Message-ID: <4B13B564.8010101@redhat.com> Date: Mon, 30 Nov 2009 14:07:00 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 2/7] store thread-specific env information References: <1259256300-23937-1-git-send-email-glommer@redhat.com> <1259256300-23937-2-git-send-email-glommer@redhat.com> <1259256300-23937-3-git-send-email-glommer@redhat.com> <4B129372.1070204@redhat.com> <5E6C2888-0B2C-4BBE-A0E6-B9ECAB50F5F0@web.de> <5d6222a80911300341tfeefeffif6397f5785dabc58@mail.gmail.com> <4B13B12D.1080705@redhat.com> In-Reply-To: <4B13B12D.1080705@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Glauber Costa , qemu-devel@nongnu.org On 11/30/2009 01:49 PM, Paolo Bonzini wrote: > On 11/30/2009 12:41 PM, Glauber Costa wrote: >> For the record, I am a big fan of __thread. The only reason I used >> the pthread library was portability. I can surely put in some >> configure knobs to use __thread where available > > Plus, do you really need to support SMP when __thread is not > available?... Good point. -- error compiling committee.c: too many arguments to function