From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v3 04/12] KVM: s390: implement GISA IPM related primitives Date: Fri, 26 Jan 2018 10:09:05 +0100 Message-ID: <20180126100905.5fad96c6.cohuck@redhat.com> References: <20180125170608.38276-1-borntraeger@de.ibm.com> <20180125170608.38276-2-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180125170608.38276-2-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Christian Borntraeger Cc: KVM , linux-s390 , Janosch Frank , David Hildenbrand , Michael Mueller List-ID: On Thu, 25 Jan 2018 18:06:05 +0100 Christian Borntraeger wrote: > From: Michael Mueller > > The patch implements routines to access the GISA to test and modify > its Interruption Pending Mask (IPM) from the host side. > > Signed-off-by: Michael Mueller > Reviewed-by: Pierre Morel > Reviewed-by: Halil Pasic > Reviewed-by: Christian Borntraeger > Signed-off-by: Christian Borntraeger > --- > arch/s390/kvm/interrupt.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) Reviewed-by: Cornelia Huck