On Tue, 25 Sep 2018 19:16:25 -0400 Tony Krowiak <[email protected]> wrote:
> From: Tony Krowiak <[email protected]> > > 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 <[email protected]> > Acked-by: Halil Pasic <[email protected]> > Tested-by: Michael Mueller <[email protected]> > Tested-by: Farhan Ali <[email protected]> > Tested-by: Pierre Morel <[email protected]> > --- > 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 <[email protected]>

