From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsLTH-0002ja-HJ for qemu-devel@nongnu.org; Mon, 19 Jun 2006 11:15:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsLTD-0002aU-8v for qemu-devel@nongnu.org; Mon, 19 Jun 2006 11:15:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsLTD-0002aK-2I for qemu-devel@nongnu.org; Mon, 19 Jun 2006 11:15:19 -0400 Received: from [81.29.64.88] (helo=mail.shareable.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FsLdX-00013e-0n for qemu-devel@nongnu.org; Mon, 19 Jun 2006 11:25:59 -0400 Date: Mon, 19 Jun 2006 16:15:16 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] Add mips-user signal handling Message-ID: <20060619151516.GA11513@mail.shareable.org> References: <44966661.4000308@twilight-hall.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <44966661.4000308@twilight-hall.net> Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Rapha=EBl?= Rigo Cc: qemu-devel@nongnu.org Rapha=EBl Rigo wrote: > Hello, > this patch adds signal handling for mips-user (and mipsel also). > However it doesn't implement setup_rt_frame, but it seems it is not use= d=20 > a lot, so the current patch should support the vast majority of=20 > applications. Note that some web servers and other networking programs that you might want to use depend on setup_rt_frame. It is used by code which uses queued SIGIO signals for event queuing (it's the old "scalable I/O" method before epoll replaced it), and it's also used by code that uses dnotify to check for file changes. I think Samba may also use it in conjunction with F_SETLEASE. Since you seem to be aiming at networking support, I thought to mention this... Enjoy, -- Jamie