From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCZ7I-0006to-1d for qemu-devel@nongnu.org; Tue, 16 Dec 2008 07:33:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCZ7G-0006tM-Jv for qemu-devel@nongnu.org; Tue, 16 Dec 2008 07:33:35 -0500 Received: from [199.232.76.173] (port=38847 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCZ7G-0006tF-GA for qemu-devel@nongnu.org; Tue, 16 Dec 2008 07:33:34 -0500 Received: from mx20.gnu.org ([199.232.41.8]:16498) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCZ7G-0001Iq-8B for qemu-devel@nongnu.org; Tue, 16 Dec 2008 07:33:34 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCZ7F-0004D1-Hh for qemu-devel@nongnu.org; Tue, 16 Dec 2008 07:33:33 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Time drift again. Date: Tue, 16 Dec 2008 12:33:30 +0000 References: <20081216122511.GE13794@redhat.com> In-Reply-To: <20081216122511.GE13794@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812161233.31503.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gleb Natapov On Tuesday 16 December 2008, Gleb Natapov wrote: > Hello, > > After my last patch to fix interrupt coalescing was rejected > on the basis that it is too intrusive we decided to make the > fix much more localized and only fix the problem for RTC time > source. Unfortunately it is impossible to fix the problem entirely > inside RTC code like Andrzej proposed since Windows reads RTC > register C more then once on each time interrupt so it is impossible > to count reliably how many interrupt windows actually handled. > Proposed solution is localized to I386 target and is disabled by > default. To enable it "-rtc-td-hack" flag should be used. You need documentation for the new option. Paul