x86: script to automatically process featureset information
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 24 Mar 2016 15:02:37 +0000 (16:02 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 24 Mar 2016 15:02:37 +0000 (16:02 +0100)
commit2e2e2ed0d9aa423f32b512461c3124352385383c
tree22ed5c56c842f3a1c9e351e21339db0d0b7c0c94
parent77a4b826bbe6f015d297c3de4f4a504dd63e7f74
x86: script to automatically process featureset information

This script consumes include/public/arch-x86/cpufeatureset.h and generates a
single include/asm-x86/cpuid-autogen.h containing all the processed
information.

It currently generates just FEATURESET_NR_ENTRIES.  Future changes will
generate more information.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
.gitignore
xen/include/Makefile
xen/include/asm-x86/cpufeature.h
xen/tools/gen-cpuid.py [new file with mode: 0755]