]> git.proxmox.com Git - mirror_qemu.git/commitdiff
s390x/cpumodel: remove esort from the default model
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 15 Jul 2019 14:23:02 +0000 (16:23 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 16 Jul 2019 09:29:05 +0000 (11:29 +0200)
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>
target/s390x/gen-features.c

index 9f216219ff5380a86cb7461b746be80ab8716055..6debfc1d217edbe25bebc364a4effa9f5a64509e 100644 (file)
@@ -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,