From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRsT9-0004Ku-E4 for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:19:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRsT4-0004FC-Py for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:19:59 -0500 Received: from [199.232.76.173] (port=57737 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRsT4-0004Eq-Gu for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:19:54 -0500 Received: from mail-gx0-f223.google.com ([209.85.217.223]:33527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRsT4-0007Vs-Ck for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:19:54 -0500 Received: by gxk23 with SMTP id 23so16998591gxk.2 for ; Mon, 04 Jan 2010 11:19:53 -0800 (PST) Message-ID: <4B424D5C.5050905@codemonkey.ws> Date: Mon, 04 Jan 2010 14:19:40 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 08/19] move kbd/mouse events to event.c References: <1261382970-23251-1-git-send-email-pbonzini@redhat.com> <1261382970-23251-9-git-send-email-pbonzini@redhat.com> In-Reply-To: <1261382970-23251-9-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 12/21/2009 02:09 AM, Paolo Bonzini wrote: > As a side exercise, move 200 lines out of vl.c already into common > code that only needs to be compiled once. Maybe input.c instead of event.c? Please split this out of the series and resubmit. It's a pretty obvious patch to include on it's own. Regards, Anthony Liguori