On Wed, 18 Jul 2018 13:19:02 +0200 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > 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@xxxxxxxxxx> > --- > arch/s390/include/asm/kvm_host.h | 1 + > arch/s390/include/uapi/asm/kvm.h | 5 ++++- > arch/s390/kvm/kvm-s390.c | 8 ++++++-- > arch/s390/kvm/vsie.c | 9 +++++++-- > arch/s390/tools/gen_facilities.c | 3 ++- > 5 files changed, 20 insertions(+), 6 deletions(-) As far as I can review this, this looks good. Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>