From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tian, Kevin" Subject: Re: [PATCH v2 10/14] x86/hvm: Replace architecture TSC scaling by a common function Date: Thu, 10 Dec 2015 10:29:34 +0000 Message-ID: References: <1449435529-12989-1-git-send-email-haozhong.zhang@intel.com> <1449435529-12989-11-git-send-email-haozhong.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1449435529-12989-11-git-send-email-haozhong.zhang@intel.com> Content-Language: en-US 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, Haozhong" , "xen-devel@lists.xen.org" Cc: Keir Fraser , Jan Beulich , "Nakajima, Jun" , Andrew Cooper , Aravind Gopalakrishnan , Suravee Suthikulpanit , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org > From: Zhang, Haozhong > Sent: Monday, December 07, 2015 4:59 AM > > This patch implements a common function hvm_scale_tsc() to scale TSC by > using TSC scaling information collected by architecture code. > > Signed-off-by: Haozhong Zhang Reviewed-by: Kevin Tian , except the mul64 part.