Re: [PATCH v11 10/26] KVM: s390: interfaces to clear CRYCB masks

From: Cornelia Huck
Date: Wed Sep 26 2018 - 09:21:35 EST


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>