diff options
author | Christian Borntraeger | 2019-07-15 16:23:02 +0200 |
---|---|---|
committer | Cornelia Huck | 2019-07-16 11:29:05 +0200 |
commit | de6bb08570065eb318849dfd7f316448e51197b5 (patch) | |
tree | 056f87a20d4011f9df39ee37e80b824090c7d232 /target/s390x/gen-features.c | |
parent | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-15' in... (diff) | |
download | qemu-de6bb08570065eb318849dfd7f316448e51197b5.tar.gz qemu-de6bb08570065eb318849dfd7f316448e51197b5.tar.xz qemu-de6bb08570065eb318849dfd7f316448e51197b5.zip |
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 <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>
Diffstat (limited to 'target/s390x/gen-features.c')
-rw-r--r-- | target/s390x/gen-features.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index 9f216219ff..6debfc1d21 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, |