From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPPyE-0008P1-Ov for qemu-devel@nongnu.org; Mon, 18 Sep 2006 16:44:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPPyC-0008Iw-9G for qemu-devel@nongnu.org; Mon, 18 Sep 2006 16:44:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPPyC-0008IZ-4V for qemu-devel@nongnu.org; Mon, 18 Sep 2006 16:44:00 -0400 Received: from [64.233.182.190] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPQ16-0000Ac-DZ for qemu-devel@nongnu.org; Mon, 18 Sep 2006 16:47:00 -0400 Received: by nf-out-0910.google.com with SMTP id p46so3703899nfa for ; Mon, 18 Sep 2006 13:43:58 -0700 (PDT) Message-ID: <564d96fb0609181343m45ff7a76p5a110ef5c896b30a@mail.gmail.com> Date: Mon, 18 Sep 2006 17:43:44 -0300 From: "=?UTF-8?Q?Rafael_Esp=C3=ADndola?=" Subject: Re: [Qemu-devel] bug in ARM thumb usermode emulation In-Reply-To: <200609182117.00519.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <564d96fb0609181305n14cf7afexefd50b5cd724428d@mail.gmail.com> <200609182117.00519.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org > TLS and multithreaded applications are known to not work with usermode > emulation. We use python for compiling python modules inside scratchbox. So I need to fix this or find a workaround (undef Py_HAVE_NATIVE_TLS?). What must be done for implementing TLS + multithread in qemu? Maybe I can help. > Paul > Thanks, Rafael