From mboxrd@z Thu Jan 1 00:00:00 1970 From: Halil Pasic Subject: Re: [PATCH v6 10/13] KVM: s390: add kvm reference to struct sie_page2 Date: Tue, 29 Jan 2019 13:27:01 +0100 Message-ID: <20190129132701.563109e5@oc2783563651> References: <20190124125939.130763-1-mimu@linux.ibm.com> <20190124125939.130763-11-mimu@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: KVM Mailing List , Linux-S390 Mailing List , linux-kernel@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , Christian Borntraeger , Janosch Frank , David Hildenbrand , Cornelia Huck , Pierre Morel To: Michael Mueller Return-path: In-Reply-To: <20190124125939.130763-11-mimu@linux.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, 24 Jan 2019 13:59:36 +0100 Michael Mueller wrote: > Adding the kvm reference to struct sie_page2 will allow to > determine the kvm a given gisa belongs to: > > container_of(gisa, struct sie_page2, gisa)->kvm > > This functionality will be required to process a gisa in > gib alert interruption context. > > Signed-off-by: Michael Mueller > Reviewed-by: Pierre Morel > Reviewed-by: Cornelia Huck > Reviewed-by: David Hildenbrand Reviewed-by: Halil Pasic [..]