From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRrdl-00017s-B9 for qemu-devel@nongnu.org; Mon, 04 Jan 2010 13:26:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRrdg-00010K-Oz for qemu-devel@nongnu.org; Mon, 04 Jan 2010 13:26:52 -0500 Received: from [199.232.76.173] (port=58754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRrdg-0000zo-9p for qemu-devel@nongnu.org; Mon, 04 Jan 2010 13:26:48 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:62523) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRrdf-0003Zm-UL for qemu-devel@nongnu.org; Mon, 04 Jan 2010 13:26:48 -0500 Received: by yxe26 with SMTP id 26so14796011yxe.4 for ; Mon, 04 Jan 2010 10:26:47 -0800 (PST) Message-ID: <4B4240EA.50703@codemonkey.ws> Date: Mon, 04 Jan 2010 13:26:34 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/19][RFC] Cleanups + split timer handling out of vl.o References: <1261382970-23251-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1261382970-23251-1-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: > This series makes a few cleanup in the timer handling code and > splits out ~1500 lines out of the huge vl.o file. So far I've tested > it by booting a live CD both under Linux and by cross-compiling to > Windows. If the series is considered helpful, I can test further > including actually running the Windows version (Wine doesn't work). Wine usually works although it's been a while since I've tested. I haven't reviewed the series yet but I love the idea. It's been something I've wanted to do for a while. More detailed review of the patches will follow. Regards, Anthony Liguori