From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsMTC-0002Bf-Vo for qemu-devel@nongnu.org; Mon, 19 Jun 2006 12:19:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsMT9-00024d-OG for qemu-devel@nongnu.org; Mon, 19 Jun 2006 12:19:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsMT9-00024I-GB for qemu-devel@nongnu.org; Mon, 19 Jun 2006 12:19:19 -0400 Received: from [195.101.245.16] (helo=p-mail2.rd.francetelecom.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FsMdT-0001fb-VM for qemu-devel@nongnu.org; Mon, 19 Jun 2006 12:30:00 -0400 Message-ID: <4496CE46.7050002@twilight-hall.net> Date: Mon, 19 Jun 2006 18:18:14 +0200 From: =?ISO-8859-1?Q?Rapha=EBl_Rigo?= MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add mips-user signal handling References: <44966661.4000308@twilight-hall.net> <20060619151516.GA11513@mail.shareable.org> In-Reply-To: <20060619151516.GA11513@mail.shareable.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier Cc: qemu-devel@nongnu.org Jamie Lokier wrote: > Raphaël 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 used >> a lot, so the current patch should support the vast majority of >> 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 > The program I wrote the patch for doesn't use them. But it shouldn't be very hard to add support for setup_rt_frame, I'll try to add it in the coming weeks. But the current patch can be very useful already :) Thanks for pointing this. Regards, Raphaël