From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KY0b6-0007eG-31 for qemu-devel@nongnu.org; Tue, 26 Aug 2008 11:36:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KY0b4-0007c9-34 for qemu-devel@nongnu.org; Tue, 26 Aug 2008 11:36:43 -0400 Received: from [199.232.76.173] (port=57542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KY0b3-0007c0-Rn for qemu-devel@nongnu.org; Tue, 26 Aug 2008 11:36:41 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:48972) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KY0b3-0000hu-GS for qemu-devel@nongnu.org; Tue, 26 Aug 2008 11:36:41 -0400 Date: Tue, 26 Aug 2008 16:36:41 +0100 From: Samuel Thibault Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 01/13] Handle terminating signals. Message-ID: <20080826153641.GU4555@implementation.uk.xensource.com> References: <18611.56975.584280.471257@mariner.uk.xensource.com> <48B3F411.2020306@redhat.com> <18611.63711.631859.280983@mariner.uk.xensource.com> <48B4027C.1000008@codemonkey.ws> <18612.1900.73781.314743@mariner.uk.xensource.com> <48B41B7E.40708@codemonkey.ws> <18612.7267.832361.270651@mariner.uk.xensource.com> <48B41F55.1000909@codemonkey.ws> <18612.8502.305043.233934@mariner.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <18612.8502.305043.233934@mariner.uk.xensource.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Jackson Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org, Gerd Hoffmann Ian Jackson, le Tue 26 Aug 2008 16:28:54 +0100, a écrit : > > I don't see threads as a problem. Are you concerned about mini-OS? > > Minios certainly doesn't currently have any threads and it would > probably be a severe pain to introduce them. It has threads for its own internal uses, but it doesn't provide an interface for them (makes everything a lot simpler and efficient of course) Samuel