From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNq7F-00012Z-Ig for qemu-devel@nongnu.org; Mon, 06 Jul 2009 11:28:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNq7A-0000vr-Ta for qemu-devel@nongnu.org; Mon, 06 Jul 2009 11:28:25 -0400 Received: from [199.232.76.173] (port=55337 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNq7A-0000vZ-Ku for qemu-devel@nongnu.org; Mon, 06 Jul 2009 11:28:20 -0400 Received: from nan.false.org ([208.75.86.248]:51998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNq7A-0005mX-4G for qemu-devel@nongnu.org; Mon, 06 Jul 2009 11:28:20 -0400 Date: Mon, 6 Jul 2009 11:28:16 -0400 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] ARM multithreading status Message-ID: <20090706152816.GA13088@caradoc.them.org> References: <3646AB84-79BE-4327-A732-57661E3C8919@acrodea.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3646AB84-79BE-4327-A732-57661E3C8919@acrodea.co.jp> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Timo Suoranta Cc: Qemu-devel On Mon, Jul 06, 2009 at 06:16:03PM +0300, Timo Suoranta wrote: > I run into multithreading issues with Qemu 0.10.5 running arm debian, > Linux kernel 2.6.28. I found some couple of years old info saying > qemu doesn't properly support multithreading: It sounds like you're running a system simulator with an ARM Linux kernel inside of QEMU? In that case none of the threading issues (which have been fixed, btw) apply - they are only for linux-user. Threading should work fine inside a guest. -- Daniel Jacobowitz CodeSourcery