From: Christian Borntraeger Date: Mon, 15 Jul 2019 14:23:02 +0000 (+0200) Subject: s390x/cpumodel: remove esort from the default model X-Git-Tag: v4.1.0-rc1~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de6bb08570065eb318849dfd7f316448e51197b5;p=thirdparty%2Fqemu.git s390x/cpumodel: remove esort from the default model esort might not be available on all models. Fixes: caef62430fed6e73 ("s390x/cpumodel: add gen15 defintions") Signed-off-by: Christian Borntraeger Message-Id: <20190715142304.215018-2-borntraeger@de.ibm.com> Reviewed-by: David Hildenbrand Reviewed-by: Thomas Huth Signed-off-by: Cornelia Huck --- diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index 9f216219ff5..6debfc1d217 100644 --- a/target/s390x/gen-features.c +++ b/target/s390x/gen-features.c @@ -642,7 +642,6 @@ static uint16_t default_GEN14_GA1[] = { 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,