commit | 8ec2fa52eac53bff7ef1cedbc4ad8af650ec937c | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Apr 03 03:00:35 2019 -0400 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Apr 25 02:26:21 2019 -0400 |
tree | fed0a614df04aa2be254111ae9c228e4d264aa15 | |
parent | 4f45b90e1c03466202fca7f62eaf32243f220830 [diff] |
KVM: s390: enable MSA9 keywrapping functions depending on cpu model Instead of adding a new machine option to disable/enable the keywrapping options of pckmo (like for AES and DEA) we can now use the CPU model to decide. As ECC is also wrapped with the AES key we need that to be enabled. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com>