05bba0
From 60fe9056e610b5ee15b4715586d816c099060f41 Mon Sep 17 00:00:00 2001
05bba0
From: Eduardo Habkost <ehabkost@redhat.com>
05bba0
Date: Thu, 25 Jun 2015 19:31:27 +0200
05bba0
Subject: [PATCH 07/10] target-i386: Add "mpx" CPU feature name
05bba0
05bba0
Message-id: <1435260689-9556-7-git-send-email-ehabkost@redhat.com>
05bba0
Patchwork-id: 66503
05bba0
O-Subject: [RHEL-7.2 qemu-kvm PATCH 6/8] target-i386: Add "mpx" CPU feature name
05bba0
Bugzilla: 1233350
05bba0
RH-Acked-by: Igor Mammedov <imammedo@redhat.com>
05bba0
RH-Acked-by: Bandan Das <bsd@redhat.com>
05bba0
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
05bba0
05bba0
Migration support for MPX is already implemented (commit
05bba0
79e9ebebbf2a00c46fcedb6dc7dd5e12bbd30216), so we can add it to the list
05bba0
of known feature names.
05bba0
05bba0
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
05bba0
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
05bba0
(cherry picked from commit 5bd8ff07e65d066f1e90f05d49ee634f3ccd2664)
05bba0
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
05bba0
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
05bba0
---
05bba0
 target-i386/cpu.c | 2 +-
05bba0
 1 file changed, 1 insertion(+), 1 deletion(-)
05bba0
05bba0
diff --git a/target-i386/cpu.c b/target-i386/cpu.c
05bba0
index 96af1bf..fe60c33 100644
05bba0
--- a/target-i386/cpu.c
05bba0
+++ b/target-i386/cpu.c
05bba0
@@ -145,7 +145,7 @@ static const char *svm_feature_name[] = {
05bba0
 
05bba0
 static const char *cpuid_7_0_ebx_feature_name[] = {
05bba0
     "fsgsbase", NULL, NULL, "bmi1", "hle", "avx2", NULL, "smep",
05bba0
-    "bmi2", "erms", "invpcid", "rtm", NULL, NULL, NULL, NULL,
05bba0
+    "bmi2", "erms", "invpcid", "rtm", NULL, NULL, "mpx", NULL,
05bba0
     NULL, NULL, "rdseed", "adx", "smap", NULL, NULL, NULL,
05bba0
     NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
05bba0
 };
05bba0
-- 
05bba0
1.8.3.1
05bba0