Re: [Xen-devel] [PATCH v2 13/14] x86/cpuid: Add Hygon Dhyana support

2019-03-15 Thread Jan Beulich
>>> On 21.02.19 at 10:54, wrote: > The Hygon Dhyana family 18h processor shares the same cpuid leaves as the > AMD family 17h one. So add Hygon Dhyana support to caculate the cpuid > policies as the AMD CPU does. > > Signed-off-by: Pu Wen Acked-by: Jan Beulich __

[Xen-devel] [PATCH v2 13/14] x86/cpuid: Add Hygon Dhyana support

2019-02-21 Thread Pu Wen
The Hygon Dhyana family 18h processor shares the same cpuid leaves as the AMD family 17h one. So add Hygon Dhyana support to caculate the cpuid policies as the AMD CPU does. Signed-off-by: Pu Wen --- xen/arch/x86/cpuid.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --gi