]> Git Repo - qemu.git/commitdiff
target-i386: Add "mpx" CPU feature name
authorEduardo Habkost <[email protected]>
Mon, 25 Aug 2014 20:02:12 +0000 (17:02 -0300)
committerPaolo Bonzini <[email protected]>
Tue, 26 Aug 2014 12:52:38 +0000 (14:52 +0200)
Migration support for MPX is already implemented (commit
79e9ebebbf2a00c46fcedb6dc7dd5e12bbd30216), 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]>
target-i386/cpu.c

index 52e335f145d67b9dbc3313f07eef2952280bf74c..f4ee3535f009ab5f6fc002e32acbcfe4ed23a0ec 100644 (file)
@@ -258,7 +258,7 @@ static const char *svm_feature_name[] = {
 
 static const char *cpuid_7_0_ebx_feature_name[] = {
     "fsgsbase", NULL, NULL, "bmi1", "hle", "avx2", NULL, "smep",
-    "bmi2", "erms", "invpcid", "rtm", NULL, NULL, NULL, NULL,
+    "bmi2", "erms", "invpcid", "rtm", NULL, NULL, "mpx", NULL,
     NULL, NULL, "rdseed", "adx", "smap", NULL, NULL, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
 };
This page took 0.027924 seconds and 4 git commands to generate.