On Tue, 25 Sep 2018 19:16:25 -0400 Tony Krowiak <akrow...@linux.vnet.ibm.com> wrote:
> From: Tony Krowiak <akrow...@linux.ibm.com> > > 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 <akrow...@linux.ibm.com> > Acked-by: Halil Pasic <pa...@linux.ibm.com> > Tested-by: Michael Mueller <m...@linux.ibm.com> > Tested-by: Farhan Ali <al...@linux.ibm.com> > Tested-by: Pierre Morel <pmo...@linux.ibm.com> > --- > 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 <coh...@redhat.com>