From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haozhong Zhang Subject: Re: [PATCH v4 02/10] x86/time.c: Scale host TSC in pvclock properly Date: Tue, 19 Jan 2016 08:29:20 +0800 Message-ID: <20160119002920.GE3528@hz-desktop.sh.intel.com> References: <1453067939-9121-1-git-send-email-haozhong.zhang@intel.com> <1453067939-9121-3-git-send-email-haozhong.zhang@intel.com> <569CF9DB02000078000C8092@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <569CF9DB02000078000C8092@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Kevin Tian , Keir Fraser , Suravee Suthikulpanit , Andrew Cooper , xen-devel@lists.xen.org, Aravind Gopalakrishnan , Jun Nakajima , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On 01/18/16 06:42, Jan Beulich wrote: > >>> On 17.01.16 at 22:58, wrote: > > This patch makes the pvclock return the scaled host TSC and > > corresponding scaling parameters to HVM domains if guest TSC is not > > emulated and TSC scaling is enabled. > > > > Signed-off-by: Haozhong Zhang > > This doesn't look to be dependent on patch 1, and I would have > gone apply it right away if that had been stated anywhere > explicitly. > This one uses hvm_funcs.scale_tsc() added in patch 1. Haozhong