From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrTEa-0002U3-GT for qemu-devel@nongnu.org; Tue, 16 Mar 2010 05:38:44 -0400 Received: from [199.232.76.173] (port=50809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrTEZ-0002Tj-SS for qemu-devel@nongnu.org; Tue, 16 Mar 2010 05:38:43 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrTEZ-0000IX-AA for qemu-devel@nongnu.org; Tue, 16 Mar 2010 05:38:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48213) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrTEY-0000IT-Tt for qemu-devel@nongnu.org; Tue, 16 Mar 2010 05:38:43 -0400 Message-ID: <4B9F51A0.4040204@redhat.com> Date: Tue, 16 Mar 2010 11:38:40 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1268685268-16881-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1268685268-16881-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/7] Add support for generic notifier lists (v2) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Gerd Hoffman , qemu-devel@nongnu.org, Luiz Capitulino On 03/15/2010 10:34 PM, Anthony Liguori wrote: > Notifiers are data-less callbacks and a notifier list is a list of registered > notifiers that all are interested in a particular event. > > We'll use this in a few patches to implement mouse change notification. > Looks nicer & lighter! -- error compiling committee.c: too many arguments to function