]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
s390x/cpumodel: ignore csske for expansion
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 29 Apr 2019 09:02:43 +0000 (05:02 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Jul 2019 18:41:42 +0000 (13:41 -0500)
csske will be removed in a future machine. Ignore it for expanding the
cpu model. Otherwise qemu falls back to z9.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190429090250.7648-3-borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
(cherry picked from commit eaf6f642abf1d4d24791b70728d4068428fc4658)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/s390x/cpu_models.c

index 7c253ff308c51b59883e9971612212edeb0f0b45..d4464a2ea665db76dad0829fb34623b2b7a1ad1f 100644 (file)
@@ -1297,6 +1297,8 @@ static void init_ignored_base_feat(void)
          S390_FEAT_KM_TDEA_192,
          S390_FEAT_KIMD_SHA_1,
          S390_FEAT_KLMD_SHA_1,
+         /* CSSKE is deprecated on newer generations */
+         S390_FEAT_CONDITIONAL_SSKE,
     };
     int i;