Skip to content

Commit

Permalink
target-i386: Add "tsc_adjust" CPU feature name
Browse files Browse the repository at this point in the history
tsc_adjust migration support is already implemented (commit
f28558d), so we can add it to the list
of known feature names.

Signed-off-by: Eduardo Habkost <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
ehabkost authored and bonzini committed Aug 26, 2014
1 parent 5bd8ff0 commit 7b458bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-i386/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static const char *svm_feature_name[] = {
};

static const char *cpuid_7_0_ebx_feature_name[] = {
"fsgsbase", NULL, NULL, "bmi1", "hle", "avx2", NULL, "smep",
"fsgsbase", "tsc_adjust", NULL, "bmi1", "hle", "avx2", NULL, "smep",
"bmi2", "erms", "invpcid", "rtm", NULL, NULL, "mpx", NULL,
NULL, NULL, "rdseed", "adx", "smap", NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
Expand Down

0 comments on commit 7b458bf

Please sign in to comment.