diff options
| author | Christian Borntraeger <borntraeger@de.ibm.com> | 2019-04-29 05:02:45 -0400 |
|---|---|---|
| committer | Cornelia Huck <cohuck@redhat.com> | 2019-05-21 16:59:16 +0200 |
| commit | 5dacbe23d23c7f0395fa0e65ff1698f632846714 (patch) | |
| tree | 5271e6323619eae59302b0247386ec497fcb81df /target/s390x/cpu_models.c | |
| parent | 2ec038836fa03103596023e4a1ad7e6eb50ee7c7 (diff) | |
| download | focaccia-qemu-5dacbe23d23c7f0395fa0e65ff1698f632846714.tar.gz focaccia-qemu-5dacbe23d23c7f0395fa0e65ff1698f632846714.zip | |
s390x/cpumodel: msa9 facility
Provide the MSA9 facility (stfle.155). This also contains pckmo subfunctions for key wrapping. Keep them in a separate group to disable those as a block if necessary. This is for example needed when disabling key wrapping via the HMC. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-Id: <20190429090250.7648-5-borntraeger@de.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/cpu_models.c')
| -rw-r--r-- | target/s390x/cpu_models.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c index b4bb5de635..d683635eb5 100644 --- a/target/s390x/cpu_models.c +++ b/target/s390x/cpu_models.c @@ -782,6 +782,8 @@ static void check_consistency(const S390CPUModel *model) { S390_FEAT_SIE_CMMA, S390_FEAT_SIE_GSLS }, { S390_FEAT_SIE_PFMFI, S390_FEAT_EDAT }, { S390_FEAT_MSA_EXT_8, S390_FEAT_MSA_EXT_3 }, + { S390_FEAT_MSA_EXT_9, S390_FEAT_MSA_EXT_3 }, + { S390_FEAT_MSA_EXT_9, S390_FEAT_MSA_EXT_4 }, { S390_FEAT_MULTIPLE_EPOCH, S390_FEAT_TOD_CLOCK_STEERING }, { S390_FEAT_VECTOR_PACKED_DECIMAL, S390_FEAT_VECTOR }, { S390_FEAT_VECTOR_ENH, S390_FEAT_VECTOR }, |