Re: [Xen-devel] [PATCH 09/13] x86/time.c: Scale host TSC in pvclock properly

2015-10-22 Thread Boris Ostrovsky
On 10/22/2015 12:44 PM, Haozhong Zhang wrote: On Thu, Oct 22, 2015 at 11:50:18AM -0400, Boris Ostrovsky wrote: On 09/28/2015 03:13 AM, Haozhong Zhang wrote: This patch makes the pvclock return the scaled host TSC and corresponding scaling parameters to HVM domains if guest TSC is not emulated a

Re: [Xen-devel] [PATCH 09/13] x86/time.c: Scale host TSC in pvclock properly

2015-10-22 Thread Haozhong Zhang
On Thu, Oct 22, 2015 at 11:50:18AM -0400, Boris Ostrovsky wrote: > On 09/28/2015 03:13 AM, Haozhong Zhang 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. > > > >Signe

Re: [Xen-devel] [PATCH 09/13] x86/time.c: Scale host TSC in pvclock properly

2015-10-22 Thread Boris Ostrovsky
On 09/28/2015 03:13 AM, Haozhong Zhang 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 --- xen/arch/x86/time.c | 15 --- 1 fil

Re: [Xen-devel] [PATCH 09/13] x86/time.c: Scale host TSC in pvclock properly

2015-09-28 Thread Haozhong Zhang
On Mon, Sep 28, 2015 at 12:36:51PM -0400, Boris Ostrovsky wrote: > On 09/28/2015 03:13 AM, Haozhong Zhang 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. > > > >Signe

Re: [Xen-devel] [PATCH 09/13] x86/time.c: Scale host TSC in pvclock properly

2015-09-28 Thread Boris Ostrovsky
On 09/28/2015 03:13 AM, Haozhong Zhang 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 --- xen/arch/x86/time.c | 15 --- 1 fil

[Xen-devel] [PATCH 09/13] x86/time.c: Scale host TSC in pvclock properly

2015-09-28 Thread Haozhong Zhang
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 --- xen/arch/x86/time.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff