From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBohW-00078b-81 for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:32:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBohQ-00077w-Ne for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:32:08 -0400 Received: from [199.232.76.173] (port=43916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBohQ-00077t-HL for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:32:04 -0400 Received: from mx20.gnu.org ([199.232.41.8]:54038) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBohQ-0002Qz-4o for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:32:04 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBohO-0005o6-Up for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:32:03 -0400 From: Paul Brook Subject: Re: [Qemu-devel] thread don't work correctly in qemu-mipsel Date: Wed, 3 Jun 2009 12:32:00 +0100 References: <4A26000A.8060904@windriver.com> In-Reply-To: <4A26000A.8060904@windriver.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906031232.00567.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Ju-sung.Lee" > I am attemplting to compile a thead test program in qemu-mipsel. but a > thread test program don't work correctly. a thread test program is below mips qemu doesn't currently support threads. I've got local patches for this that I hope to push out soon. Paul