45 lines
1.6 KiB
Diff
45 lines
1.6 KiB
Diff
From 87e37d8c60b92b595e6199f9ea6b10d8502aa564 Mon Sep 17 00:00:00 2001
|
|
From: David Hildenbrand <david@redhat.com>
|
|
Date: Tue, 16 Jul 2019 20:44:20 +0100
|
|
Subject: [PATCH 18/39] s390x/cpumodel: remove esort from the default model
|
|
|
|
RH-Author: David Hildenbrand <david@redhat.com>
|
|
Message-id: <20190716204422.9350-3-david@redhat.com>
|
|
Patchwork-id: 89549
|
|
O-Subject: [RHEL8.1 qemu-kvm PATCH 2/4] s390x/cpumodel: remove esort from the default model
|
|
Bugzilla: 1729975
|
|
RH-Acked-by: Thomas Huth <thuth@redhat.com>
|
|
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
|
|
RH-Acked-by: Jens Freimann <jfreimann@redhat.com>
|
|
|
|
esort might not be available on all models.
|
|
|
|
Fixes: caef62430fed6e73 ("s390x/cpumodel: add gen15 defintions")
|
|
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|
|
Message-Id: <20190715142304.215018-2-borntraeger@de.ibm.com>
|
|
Reviewed-by: David Hildenbrand <david@redhat.com>
|
|
Reviewed-by: Thomas Huth <thuth@redhat.com>
|
|
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
|
(cherry picked from commit de6bb08570065eb318849dfd7f316448e51197b5)
|
|
Signed-off-by: David Hildenbrand <david@redhat.com>
|
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
---
|
|
target/s390x/gen-features.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
|
|
index 818d51c..384d60a 100644
|
|
--- a/target/s390x/gen-features.c
|
|
+++ b/target/s390x/gen-features.c
|
|
@@ -647,7 +647,6 @@ static uint16_t default_GEN14_GA2[] = {
|
|
|
|
static uint16_t default_GEN15_GA1[] = {
|
|
S390_FEAT_VECTOR_ENH2,
|
|
- S390_FEAT_GROUP_ENH_SORT,
|
|
S390_FEAT_GROUP_DEFLATE_CONVERSION,
|
|
S390_FEAT_VECTOR_BCD_ENH,
|
|
S390_FEAT_GROUP_MSA_EXT_9,
|
|
--
|
|
1.8.3.1
|
|
|