Re: [Xen-devel] [PATCH v2 12/14] x86/hvm: Detect TSC scaling through hvm_funcs

2015-12-10 Thread Tian, Kevin
> From: Zhang, Haozhong > Sent: Monday, December 07, 2015 4:59 AM > > This patch uses hvm_funcs.tsc_scaling_supported instead of the > architecture code to detect the TSC scaling support. > > Signed-off-by: Haozhong Zhang > Acked-by: Jan Beulich Reviewed-by: Kevin Tian __

Re: [Xen-devel] [PATCH v2 12/14] x86/hvm: Detect TSC scaling through hvm_funcs

2015-12-07 Thread Boris Ostrovsky
On 12/06/2015 03:58 PM, Haozhong Zhang wrote: This patch uses hvm_funcs.tsc_scaling_supported instead of the architecture code to detect the TSC scaling support. Signed-off-by: Haozhong Zhang Acked-by: Jan Beulich --- xen/arch/x86/time.c | 9 - 1 file changed, 4 insertions(+), 5 del

[Xen-devel] [PATCH v2 12/14] x86/hvm: Detect TSC scaling through hvm_funcs

2015-12-06 Thread Haozhong Zhang
This patch uses hvm_funcs.tsc_scaling_supported instead of the architecture code to detect the TSC scaling support. Signed-off-by: Haozhong Zhang Acked-by: Jan Beulich --- xen/arch/x86/time.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xen/arch/x86/time.c b/xen/