Re: [Xen-devel] [PATCH v5 5/6] vmx: Add VMX RDTSC(P) scaling support

2016-02-25 Thread Tian, Kevin
> From: Zhang, Haozhong > Sent: Tuesday, February 23, 2016 10:05 AM > > This patch adds the initialization and setup code for VMX TSC scaling. > > Signed-off-by: Haozhong Zhang Acked-by: Kevin Tian ___ Xen-devel mailing list Xen-devel@lists.xen.org

Re: [Xen-devel] [PATCH v5 5/6] vmx: Add VMX RDTSC(P) scaling support

2016-02-24 Thread Jan Beulich
>>> On 23.02.16 at 03:05, wrote: > This patch adds the initialization and setup code for VMX TSC scaling. > > Signed-off-by: Haozhong Zhang Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH v5 5/6] vmx: Add VMX RDTSC(P) scaling support

2016-02-22 Thread Haozhong Zhang
This patch adds the initialization and setup code for VMX TSC scaling. Signed-off-by: Haozhong Zhang --- Changes in v5: * Drop "Acked-by" from Kevin Tian because of following changes. * Adapt for data structure changes in patch 1. --- xen/arch/x86/hvm/hvm.c | 6 ++ xen/arch/x8