Re: [Xen-devel] [PATCH 10/27] x86/cpuid: Introduce named feature bitmaps

2017-01-05 Thread Jan Beulich
>>> On 05.01.17 at 15:53, wrote: > On 05/01/17 08:27, Jan Beulich wrote: > On 04.01.17 at 18:21, wrote: >>> On 04/01/17 15:44, Jan Beulich wrote: >>> On 04.01.17 at 13:39, wrote: > Use anonymous unions to access the feature leaves as complete words, and > by > named individu

Re: [Xen-devel] [PATCH 10/27] x86/cpuid: Introduce named feature bitmaps

2017-01-05 Thread Andrew Cooper
On 05/01/17 08:27, Jan Beulich wrote: On 04.01.17 at 18:21, wrote: >> On 04/01/17 15:44, Jan Beulich wrote: >> On 04.01.17 at 13:39, wrote: Use anonymous unions to access the feature leaves as complete words, and by named individual feature. A feature name is introduc

Re: [Xen-devel] [PATCH 10/27] x86/cpuid: Introduce named feature bitmaps

2017-01-05 Thread Jan Beulich
>>> On 04.01.17 at 18:21, wrote: > On 04/01/17 15:44, Jan Beulich wrote: > On 04.01.17 at 13:39, wrote: >>> Use anonymous unions to access the feature leaves as complete words, and by >>> named individual feature. >>> >>> A feature name is introduced for every architectural X86_FEATURE_*, oth

Re: [Xen-devel] [PATCH 10/27] x86/cpuid: Introduce named feature bitmaps

2017-01-04 Thread Andrew Cooper
On 04/01/17 15:44, Jan Beulich wrote: On 04.01.17 at 13:39, wrote: >> Use anonymous unions to access the feature leaves as complete words, and by >> named individual feature. >> >> A feature name is introduced for every architectural X86_FEATURE_*, other >> than >> the dynamically calculated

Re: [Xen-devel] [PATCH 10/27] x86/cpuid: Introduce named feature bitmaps

2017-01-04 Thread Jan Beulich
>>> On 04.01.17 at 13:39, wrote: > Use anonymous unions to access the feature leaves as complete words, and by > named individual feature. > > A feature name is introduced for every architectural X86_FEATURE_*, other than > the dynamically calculated values such as APIC, OSXSAVE and OSPKE. A rat

[Xen-devel] [PATCH 10/27] x86/cpuid: Introduce named feature bitmaps

2017-01-04 Thread Andrew Cooper
Use anonymous unions to access the feature leaves as complete words, and by named individual feature. A feature name is introduced for every architectural X86_FEATURE_*, other than the dynamically calculated values such as APIC, OSXSAVE and OSPKE. No functional change. Signed-off-by: Andrew Coop