From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne75H-0003dm-GS for qemu-devel@nongnu.org; Sun, 07 Feb 2010 08:21:55 -0500 Received: from [199.232.76.173] (port=42605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne75H-0003de-4w for qemu-devel@nongnu.org; Sun, 07 Feb 2010 08:21:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne75G-0003y8-Ln for qemu-devel@nongnu.org; Sun, 07 Feb 2010 08:21:55 -0500 Received: from mail-px0-f189.google.com ([209.85.216.189]:50960) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ne75G-0003wa-7l for qemu-devel@nongnu.org; Sun, 07 Feb 2010 08:21:54 -0500 Received: by pxi27 with SMTP id 27so2945085pxi.4 for ; Sun, 07 Feb 2010 05:21:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1265542506.5027.2.camel@freddy> References: <1265542506.5027.2.camel@freddy> From: Roy Tam Date: Sun, 7 Feb 2010 21:21:29 +0800 Message-ID: <473191351002070521s18b93e0amc6304406ad1b92fd@mail.gmail.com> Subject: Re: [Qemu-devel] Updated rtl8139 timer interrupt rewrote Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: qemu-devel@nongnu.org 2010/2/7 Frediano Ziglio : > Hi, > I rewrote timer implementation for this card. I wrote even a small > Linux guest test program (attached as main.c). This patch add a QEMU > timer only when needed (timeout status not set, timeout irq wanted and > timer set). I tested this patch with a Darwin system and with my test > program (I bought a compatible physical card and it works too). > > This patch replace previous (I updated just style). Please send patch inlined with Sign-off-by. > > Regards > Frediano Ziglio >