diff options
author | Christian Borntraeger | 2019-04-29 11:02:45 +0200 |
---|---|---|
committer | Cornelia Huck | 2019-05-21 16:59:16 +0200 |
commit | 5dacbe23d23c7f0395fa0e65ff1698f632846714 (patch) | |
tree | 5271e6323619eae59302b0247386ec497fcb81df /target/s390x/cpu_features.h | |
parent | s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3 (diff) | |
download | qemu-5dacbe23d23c7f0395fa0e65ff1698f632846714.tar.gz qemu-5dacbe23d23c7f0395fa0e65ff1698f632846714.tar.xz 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_features.h')
-rw-r--r-- | target/s390x/cpu_features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h index effe790271..5ffd3db083 100644 --- a/target/s390x/cpu_features.h +++ b/target/s390x/cpu_features.h @@ -39,6 +39,7 @@ typedef enum { S390_FEAT_TYPE_PCC, S390_FEAT_TYPE_PPNO, S390_FEAT_TYPE_KMA, + S390_FEAT_TYPE_KDSA, } S390FeatType; /* Definition of a CPU feature */ |