]> 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)
committerCornelia Huck <cohuck@redhat.com>
Tue, 21 May 2019 14:59:16 +0000 (16:59 +0200)
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>
target/s390x/cpu_models.c

index e5afa155126984586731c29c4531e7c757ed7bb6..b4bb5de6358e2e6dcc39dd2732e982a5742c3a02 100644 (file)
@@ -1322,6 +1322,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;