From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXy9p-0005vS-0r for qemu-devel@nongnu.org; Tue, 26 Aug 2008 09:00:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXy9m-0005ur-Se for qemu-devel@nongnu.org; Tue, 26 Aug 2008 09:00:24 -0400 Received: from [199.232.76.173] (port=44446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXy9m-0005ul-JU for qemu-devel@nongnu.org; Tue, 26 Aug 2008 09:00:22 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50195) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXy9m-00017p-4N for qemu-devel@nongnu.org; Tue, 26 Aug 2008 09:00:22 -0400 Message-ID: <48B3FDFA.2010905@redhat.com> Date: Tue, 26 Aug 2008 14:58:34 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 01/13] Handle terminating signals. References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-2-git-send-email-kraxel@redhat.com> <18611.56975.584280.471257@mariner.uk.xensource.com> <48B3F411.2020306@redhat.com> <18611.63711.631859.280983@mariner.uk.xensource.com> In-Reply-To: <18611.63711.631859.280983@mariner.uk.xensource.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 Ian Jackson wrote: > Gerd Hoffmann writes ("Re: [Qemu-devel] [PATCH 01/13] Handle terminating signals."): >> What this would be useful for? The termination signals usualy one-shot >> anyway, so I don't see any advantage in doing the pipe-to-self trick. > > The point is that then they can interrupt select(). Sure, basically any signal can interrupt any system call. I still don't see the point you are trying to make. cheers, Gerd