From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQR2C-0004LR-2r for qemu-devel@nongnu.org; Mon, 03 Apr 2006 11:32:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQR2A-0004KP-KX for qemu-devel@nongnu.org; Mon, 03 Apr 2006 11:32:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQR2A-0004KM-FG for qemu-devel@nongnu.org; Mon, 03 Apr 2006 11:32:02 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FQR5F-0004GV-N1 for qemu-devel@nongnu.org; Mon, 03 Apr 2006 11:35:13 -0400 From: Paul Brook Subject: Re: [Qemu-devel] many kernel threads in same process Date: Mon, 3 Apr 2006 16:31:58 +0100 References: <44313D29.50808@gatespacetelematics.com> In-Reply-To: <44313D29.50808@gatespacetelematics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604031631.58960.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: qemu-devel@nongnu.org On Monday 03 April 2006 16:20, Philippe Laporte wrote: > Hi, > Is it well-known that QEMU cannot yet handle processes with several > kernel threads? Yes. qemu has partial support for threads, but it doesn't work very well. Paul