From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: lock in vhpet Date: Thu, 19 Apr 2012 09:27:17 +0100 Message-ID: <20120419082717.GA23663@ocelot.phlegethon.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Zhang, Yang Z" Cc: "xen-devel@lists.xensource.com" , Keir Fraser List-Id: xen-devel@lists.xenproject.org At 05:19 +0000 on 19 Apr (1334812779), Zhang, Yang Z wrote: > There have no problem with this patch, it works well. But it cannot > fix the win8 issue. It seems there has some other issues with hpet. I > will look into it. Thanks for your quick patch. The lock in hvm_get_guest_time() will still be serializing the hpet reads. But since it needs to update a shared variable, that will need to haul cachelines around anyway. Tim.