From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSd6O-0005WG-57 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:30:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSd6L-0005TF-Vh for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:30:47 -0400 Received: from [199.232.76.173] (port=45840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSd6L-0005S2-02 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:30:45 -0400 Received: from wr-out-0506.google.com ([64.233.184.227]:7353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSd6K-0007lL-QI for qemu-devel@nongnu.org; Mon, 11 Aug 2008 15:30:44 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1742041wra.18 for ; Mon, 11 Aug 2008 12:30:44 -0700 (PDT) Message-ID: <48A0933D.5070108@codemonkey.ws> Date: Mon, 11 Aug 2008 14:30:05 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 01/11] Handle terminating signals. References: <1218457970-11707-1-git-send-email-kraxel@redhat.com> <1218457970-11707-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1218457970-11707-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com, Gerd Hoffmann Gerd Hoffmann wrote: > +void fatalsig_register_handler(void (*func)(void)); > Unless I'm misreading, none of your patches seem to use this function. What are you adding this mechanism for? Regards, Anthony Liguori