From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Patch] Fix the slow wall clock time issue in x64 SMP Vista Date: Wed, 10 Jan 2007 12:02:05 +0000 Message-ID: References: <666CC8FCE3247C4DA876BA979059781A5C288A@pdsmsx401.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <666CC8FCE3247C4DA876BA979059781A5C288A@pdsmsx401.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Cui, Dexuan" , Keir Fraser , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 10/1/07 11:53, "Cui, Dexuan" wrote: > 1) I made the change mainly for timer1 of HPET. Actually I don't know exactly > how x64 SMP Vista uses HPET's timer1 to adjust the wall clock time; but > without the patch, HPET's timer1 can generate and inject interrupts with a > frequency of 20KHz or so! and the wall clock time would become slow. I cannot see the logic behind the change though. If the guest has set up a timeout, and the timeout is in the past, it makes sense to deliver immediately. -- Keir