Skip to content

Commit

Permalink
s390x/cpumodel: ignore csske for expansion
Browse files Browse the repository at this point in the history
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 eaf6f64)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
  • Loading branch information
borntraeger authored and mdroth committed Jul 9, 2019
1 parent f56e70e commit 2157938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/s390x/cpu_models.c
Expand Up @@ -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;

Expand Down

0 comments on commit 2157938

Please sign in to comment.