Re: [Xen-devel] [PATCH v2 07/30] xen/x86: Collect more cpuid feature leaves

2016-02-12 Thread Jan Beulich
>>> On 05.02.16 at 14:42, wrote: > New words are: > * 0x8007.edx - Contains Invarient TSC > * 0x8008.ebx - Newly used for AMD Zen processors > > In addition, replace some open-coded ITSC and EFRO manipulation. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich

[Xen-devel] [PATCH v2 07/30] xen/x86: Collect more cpuid feature leaves

2016-02-05 Thread Andrew Cooper
New words are: * 0x8007.edx - Contains Invarient TSC * 0x8008.ebx - Newly used for AMD Zen processors In addition, replace some open-coded ITSC and EFRO manipulation. Signed-off-by: Andrew Cooper --- CC: Jan Beulich v2: * Rely on ordering of generic_identify() to simplify init_amd()