x86/gen-cpuid: Distinguish default vs max in feature annotations
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Feb 2020 15:33:31 +0000 (15:33 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 May 2020 13:21:20 +0000 (14:21 +0100)
commit58202ebc5a7fbf8f03875c2b5218d3deed6debe8
tree812dcfd9eba4f607cfddd842c8aff12fb516f49f
parent5115b437eef595ce77f05bfc02626e31e263e965
x86/gen-cpuid: Distinguish default vs max in feature annotations

Allow lowercase a/s/h to be used to annotate a non-default feature.

However, until the toolstack migration logic is fixed, it is not safe to
activate yet.  Tolerate the annotations, but ignore them for now.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/arch-x86/cpufeatureset.h
xen/tools/gen-cpuid.py