From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRsZu-0000jt-Vs for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:26:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRsZq-0000hJ-77 for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:26:58 -0500 Received: from [199.232.76.173] (port=37454 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRsZq-0000hD-32 for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:26:54 -0500 Received: from mail-gx0-f223.google.com ([209.85.217.223]:54873) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRsZq-0001em-0i for qemu-devel@nongnu.org; Mon, 04 Jan 2010 14:26:54 -0500 Received: by gxk23 with SMTP id 23so17005088gxk.2 for ; Mon, 04 Jan 2010 11:26:53 -0800 (PST) Message-ID: <4B424F02.90405@codemonkey.ws> Date: Mon, 04 Jan 2010 14:26:42 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 19/19] split out qemu-timer.c References: <1261382970-23251-1-git-send-email-pbonzini@redhat.com> <1261382970-23251-20-git-send-email-pbonzini@redhat.com> In-Reply-To: <1261382970-23251-20-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: > Signed-off-by: Paolo Bonzini > --- > Makefile.target | 1 + > cpu-all.h | 2 + > qemu-timer.c | 1218 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > qemu-timer.h | 11 + > vl.c | 1164 ---------------------------------------------------- > 5 files changed, 1232 insertions(+), 1164 deletions(-) > create mode 100644 qemu-timer.c All in all, a nice cleanup. Good work! Regards, Anthony Liguori