target-i386: Add "tsc_adjust" CPU feature name
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 25 Aug 2014 20:02:13 +0000 (17:02 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 Aug 2014 12:52:43 +0000 (14:52 +0200)
tsc_adjust migration support is already implemented (commit
f28558d3d37ad3bc4e35e8ac93f7bf81a0d5622c), so we can add it to the list
of known feature names.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.c

index f4ee3535f009ab5f6fc002e32acbcfe4ed23a0ec..fa811a02d19f47c9d238ed7936cf9aec1df58472 100644 (file)
@@ -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,