From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvaH-0007Nh-Ce for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:23:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCvaC-00066u-I3 for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:23:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvaC-00066n-Ac for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:23:20 -0500 Date: Tue, 5 Mar 2013 22:53:15 +0530 From: Amit Shah Message-ID: <20130305172315.GA28191@amit.redhat.com> References: <1361224096-21075-1-git-send-email-aliguori@us.ibm.com> <1361224096-21075-17-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1361224096-21075-17-git-send-email-aliguori@us.ibm.com> Subject: Re: [Qemu-devel] [PATCH 16/19] qemu-char: move msmouse registeration to msmouse.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , qemu-devel@nongnu.org On (Mon) 18 Feb 2013 [15:48:13], Anthony Liguori wrote: > +static CharDriverState *qemu_chr_open_pp(QemuOpts *opts) > +{ > + return NULL; > +} I guess this was to fix up the compile broken by a previous commit. I've handled this in my rebase. Amit