[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86/cpuid: Half revert "x86/cpuid: Drop special_features[]"
commit 0ba0663b1b32d9351890dfd02bdebb3d238897bd Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Tue Jun 8 17:13:59 2021 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Jun 8 17:27:06 2021 +0100 x86/cpuid: Half revert "x86/cpuid: Drop special_features[]" xen-cpuid does print out the list of special features, and this is helpful to keep. Fixes: ba6950fb070 ("x86/cpuid: Drop special_features[]") Reported-by: Jan Beulich <JBeulich@xxxxxxxx> Reported-by: Sander Eikelenboom <linux@xxxxxxxxxxxxxx> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/tools/gen-cpuid.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/tools/gen-cpuid.py b/xen/tools/gen-cpuid.py index c6b5056a8d..b953648b65 100755 --- a/xen/tools/gen-cpuid.py +++ b/xen/tools/gen-cpuid.py @@ -362,6 +362,8 @@ def write_results(state): #define INIT_KNOWN_FEATURES { \\\n%s\n} +#define INIT_SPECIAL_FEATURES { \\\n%s\n} + #define INIT_PV_DEF_FEATURES { \\\n%s\n} #define INIT_PV_MAX_FEATURES { \\\n%s\n} @@ -382,6 +384,7 @@ def write_results(state): """ % (state.nr_entries, next(featureset_to_uint32s(state.common_1d, 1)), format_uint32s(state, state.names.keys(), 4), + format_uint32s(state, state.raw['!'], 4), format_uint32s(state, state.pv_def, 4), format_uint32s(state, state.pv_max, 4), format_uint32s(state, state.hvm_shadow_def, 4), -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |