Re: [Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-18 Thread Jan Beulich
>>> On 11.06.15 at 10:27, wrote: > The intel_pstate driver is ported following its kernel code logic > (commit: 93f0822d).In order to port the Linux source file with > minimal modifications, some of the variable types are kept intact > (e.g. "int current_pstae", would otherwise be changed to > "un

Re: [Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-15 Thread Jan Beulich
>>> On 15.06.15 at 02:30, wrote: > On 12/06/2015 19:30, Julien Grall wrote: >> On 11/06/2015 21:41, Wang, Wei W wrote: >> > On 11/06/2015 22:02, Julien Grall wrote: >> >> On 11/06/2015 04:27, Wei Wang wrote: >> >>> diff --git a/xen/include/acpi/cpufreq/cpufreq.h >> >> b/xen/include/acpi/cpufreq/cp

Re: [Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-14 Thread Wang, Wei W
On 12/06/2015 19:30, Julien Grall wrote: > On 11/06/2015 21:41, Wang, Wei W wrote: > > On 11/06/2015 22:02, Julien Grall wrote: > >> On 11/06/2015 04:27, Wei Wang wrote: > >>> diff --git a/xen/include/acpi/cpufreq/cpufreq.h > >> b/xen/include/acpi/cpufreq/cpufreq.h > >>> index d10e4c7..71bb45c 1006

Re: [Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-12 Thread Julien Grall
On 11/06/2015 21:41, Wang, Wei W wrote: On 11/06/2015 22:02, Julien Grall wrote: On 11/06/2015 04:27, Wei Wang wrote: diff --git a/xen/include/acpi/cpufreq/cpufreq.h b/xen/include/acpi/cpufreq/cpufreq.h index d10e4c7..71bb45c 100644 --- a/xen/include/acpi/cpufreq/cpufreq.h +++ b/xen/include

Re: [Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-11 Thread Wang, Wei W
Hi Julien, On 11/06/2015 22:02, Julien Grall wrote: > On 11/06/2015 04:27, Wei Wang wrote: > > diff --git a/xen/include/acpi/cpufreq/cpufreq.h > b/xen/include/acpi/cpufreq/cpufreq.h > > index d10e4c7..71bb45c 100644 > > --- a/xen/include/acpi/cpufreq/cpufreq.h > > +++ b/xen/include/acpi/cpufreq/cp

Re: [Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-11 Thread Julien Grall
Hi Wei, On 11/06/2015 04:27, Wei Wang wrote: diff --git a/xen/include/acpi/cpufreq/cpufreq.h b/xen/include/acpi/cpufreq/cpufreq.h index d10e4c7..71bb45c 100644 --- a/xen/include/acpi/cpufreq/cpufreq.h +++ b/xen/include/acpi/cpufreq/cpufreq.h @@ -34,6 +34,12 @@ struct acpi_cpufreq_data { exte

[Xen-devel] [PATCH v3 06/11] x86/intel_pstate: the main boby of the intel_pstate driver

2015-06-11 Thread Wei Wang
The intel_pstate driver is ported following its kernel code logic (commit: 93f0822d).In order to port the Linux source file with minimal modifications, some of the variable types are kept intact (e.g. "int current_pstae", would otherwise be changed to "unsigned int"). In the kernel, a user can adj