Re: [Xen-devel] [PATCH 07/15] x86/acpi: Add Hygon Dhyana support

2019-01-15 Thread Jan Beulich
>>> On 15.01.19 at 13:52, wrote: > On 2019/1/15 1:17, Jan Beulich wrote: > On 20.12.18 at 14:14, wrote: >>> if ( (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) || >>> + (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON ) || >>>(boot_cpu_data.x86_vendor ==

Re: [Xen-devel] [PATCH 07/15] x86/acpi: Add Hygon Dhyana support

2019-01-15 Thread Pu Wen
On 2019/1/15 1:17, Jan Beulich wrote: On 20.12.18 at 14:14, wrote: >> Add Hygon Dhyana support to the acpi cpufreq subsystem by using the code >> path of AMD. > > ... cpufreq and cpuidle subsystems ... Thanks for the correction. >> @@ -660,8 +661,9 @@ int cpufreq_cpu_init(unsigned int

Re: [Xen-devel] [PATCH 07/15] x86/acpi: Add Hygon Dhyana support

2019-01-14 Thread Jan Beulich
>>> On 20.12.18 at 14:14, wrote: > Add Hygon Dhyana support to the acpi cpufreq subsystem by using the code > path of AMD. ... cpufreq and cpuidle subsystems ... > @@ -660,8 +661,9 @@ int cpufreq_cpu_init(unsigned int cpuid) > { > int ret; > > -/* Currently we only handle Intel and

[Xen-devel] [PATCH 07/15] x86/acpi: Add Hygon Dhyana support

2018-12-20 Thread Pu Wen
Add Hygon Dhyana support to the acpi cpufreq subsystem by using the code path of AMD. Signed-off-by: Pu Wen --- xen/arch/x86/acpi/cpu_idle.c | 3 ++- xen/arch/x86/acpi/cpufreq/cpufreq.c | 6 -- xen/arch/x86/acpi/cpufreq/powernow.c | 3 ++- 3 files changed, 8 insertions(+), 4