commit | a3da7b4a3be51f37f434f14e11e60491f098b6ea | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Mar 08 16:08:49 2018 +0000 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Jul 19 12:59:36 2018 +0200 |
tree | 1b68582e0b6c6a215e55050455f64859a6cac290 | |
parent | 63747bf73cf329d4bce9087067042241c5330a4a [diff] |
KVM: s390: add etoken support for guests We want to provide facility 156 (etoken facility) to our guests. This includes migration support (via sync regs) and VSIE changes. The tokens are being reset on clear reset. This has to be implemented by userspace (via sync regs). Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com> Acked-by: Cornelia Huck <cohuck@redhat.com>