From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nkedu-0001Lh-Du for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:24:42 -0500 Received: from [199.232.76.173] (port=48237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nkedt-0001Kl-J8 for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:24:41 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nkedt-0004Tj-38 for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:24:41 -0500 Received: from mx20.gnu.org ([199.232.41.8]:21742) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nkeds-0004Td-SQ for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:24:40 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nkedr-0003sX-U4 for qemu-devel@nongnu.org; Thu, 25 Feb 2010 09:24:40 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] rewrote timer implementation for rtl8139. Date: Thu, 25 Feb 2010 14:24:28 +0000 References: <4B7F1E3E.6090908@codemonkey.ws> <1266686826-3640-1-git-send-email-freddy77@gmail.com> In-Reply-To: <1266686826-3640-1-git-send-email-freddy77@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201002251424.28313.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > +++ b/hw/rtl8139.c > @@ -41,6 +41,10 @@ > * segmentation offloading > * Removed slirp.h dependency > * Added rx/tx buffer reset when enabling > rx/tx operation + * > + * 2010-Feb-04 Frediano Ziglio: Rewrote timer support using QEMU timer > only + * when strictly needed (required > for for + * Darwin) Please don't do this. We have proper source control to track changes. Adding random log entries to the top of the file just adds noise. Paul