Re: [Xen-devel] [PATCH v3 05/28] xen/x86: Collect more cpuid feature leaves

2016-03-16 Thread Konrad Rzeszutek Wilk
On Tue, Mar 15, 2016 at 03:35:01PM +, Andrew Cooper 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: J

[Xen-devel] [PATCH v3 05/28] xen/x86: Collect more cpuid feature leaves

2016-03-15 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 Acked-by: Jan Beulich --- v2: * Rely on ordering of generic_identify() to simplify init