On Tue, 25 Sep 2018 19:16:25 -0400 Tony Krowiak <akrowiak@xxxxxxxxxxxxxxxxxx> wrote: > From: Tony Krowiak <akrowiak@xxxxxxxxxxxxx> > > Introduces a new KVM function to clear the APCB0 and APCB1 in the guest's > CRYCB. This effectively clears all bits of the APM, AQM and ADM masks > configured for the guest. The VCPUs are taken out of SIE to ensure the > VCPUs do not get out of sync. > > Signed-off-by: Tony Krowiak <akrowiak@xxxxxxxxxxxxx> > Acked-by: Halil Pasic <pasic@xxxxxxxxxxxxx> > Tested-by: Michael Mueller <mimu@xxxxxxxxxxxxx> > Tested-by: Farhan Ali <alifm@xxxxxxxxxxxxx> > Tested-by: Pierre Morel <pmorel@xxxxxxxxxxxxx> > --- > arch/s390/include/asm/kvm_host.h | 2 ++ > arch/s390/kvm/kvm-s390.c | 15 +++++++++++++++ > 2 files changed, 17 insertions(+) In the patch title: s/interfaces/interface/ (also trivial to fix up while applying) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>