Re: [Xen-devel] [PATCH v5 2/9] x86/intel_pstate: APERF/MPERF feature detect

2015-10-05 Thread Jan Beulich
>>> On 14.09.15 at 04:32, wrote: > changes in v5: > 1) define macros for 0x1 and CPUID leaf5; > 2) add a statement stating that this patch is independent of the > previous ones. This statement doesn't belong in the commit message, i.e. should go after the first ---. > --- a/xen/arch/x86/a

Re: [Xen-devel] [PATCH v5 2/9] x86/intel_pstate: APERF/MPERF feature detect

2015-09-17 Thread Andrew Cooper
On 14/09/15 03:32, Wei Wang wrote: > Add support to detect the APERF/MPERF feature. Also, remove the identical > code in cpufreq.c and powernow.c. This patch is independent of the > earlier patches. > > Signed-off-by: Wei Wang Reviewed-by: Andrew Cooper _