Re: [Xen-devel] [RESEND PATCH v4 09/10] vmx: Add VMX RDTSC(P) scaling support

2016-02-16 Thread Zhang, Haozhong
On 02/05/16 22:06, Jan Beulich wrote: > >>> On 19.01.16 at 03:55, wrote: > > @@ -2107,6 +2115,14 @@ const struct hvm_function_table * __init > > start_vmx(void) > > && cpu_has_vmx_secondary_exec_control ) > > vmx_function_table.pvh_supported = 1; > > > > +if ( cpu_has_vmx

Re: [Xen-devel] [RESEND PATCH v4 09/10] vmx: Add VMX RDTSC(P) scaling support

2016-02-05 Thread Jan Beulich
>>> On 19.01.16 at 03:55, wrote: > @@ -2107,6 +2115,14 @@ const struct hvm_function_table * __init > start_vmx(void) > && cpu_has_vmx_secondary_exec_control ) > vmx_function_table.pvh_supported = 1; > > +if ( cpu_has_vmx_tsc_scaling ) > +{ > +vmx_function_tabl