Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-29 Thread Haozhong Zhang
On 12/29/15 18:22, Joao Martins wrote: > > > On 12/10/2015 11:56 AM, Joao Martins wrote: > > > > > > On 12/10/2015 12:23 AM, Haozhong Zhang wrote: > >> On 12/08/15 14:21, Boris Ostrovsky wrote: > >>> On 12/07/2015 08:52 PM, Haozhong Zhang wrote: > On 12/07/15 13:14, Boris Ostrovsky wrote:

Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-29 Thread Joao Martins
On 12/10/2015 11:56 AM, Joao Martins wrote: > > > On 12/10/2015 12:23 AM, Haozhong Zhang wrote: >> On 12/08/15 14:21, Boris Ostrovsky wrote: >>> On 12/07/2015 08:52 PM, Haozhong Zhang wrote: On 12/07/15 13:14, Boris Ostrovsky wrote: > On 12/06/2015 03:58 PM, Haozhong Zhang wrote: >

Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-10 Thread Joao Martins
On 12/10/2015 12:23 AM, Haozhong Zhang wrote: > On 12/08/15 14:21, Boris Ostrovsky wrote: >> On 12/07/2015 08:52 PM, Haozhong Zhang wrote: >>> On 12/07/15 13:14, Boris Ostrovsky wrote: On 12/06/2015 03:58 PM, Haozhong Zhang wrote: > This patch makes the pvclock return the scaled host TSC

Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-09 Thread Haozhong Zhang
On 12/08/15 14:21, Boris Ostrovsky wrote: > On 12/07/2015 08:52 PM, Haozhong Zhang wrote: > >On 12/07/15 13:14, Boris Ostrovsky wrote: > >>On 12/06/2015 03:58 PM, Haozhong Zhang wrote: > >>>This patch makes the pvclock return the scaled host TSC and > >>>corresponding scaling parameters to HVM doma

Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-08 Thread Boris Ostrovsky
On 12/07/2015 08:52 PM, Haozhong Zhang wrote: On 12/07/15 13:14, Boris Ostrovsky wrote: On 12/06/2015 03:58 PM, 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 enabl

Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-07 Thread Haozhong Zhang
On 12/07/15 13:14, Boris Ostrovsky wrote: > On 12/06/2015 03:58 PM, 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 Zhan

Re: [Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-07 Thread Boris Ostrovsky
On 12/06/2015 03:58 PM, 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 +Joao who has been staring at this code. Joao, can

[Xen-devel] [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

2015-12-06 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 | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff