From mboxrd@z Thu Jan 1 00:00:00 1970 From: Halil Pasic Subject: Re: [PATCH v7 03/15] KVM: s390: move bitmap idle_mask into arch struct top level Date: Thu, 31 Jan 2019 13:19:41 +0100 Message-ID: <20190131131941.7647e20d@oc2783563651> References: <20190131085247.13826-1-mimu@linux.ibm.com> <20190131085247.13826-4-mimu@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190131085247.13826-4-mimu@linux.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Michael Mueller 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 List-ID: On Thu, 31 Jan 2019 09:52:34 +0100 Michael Mueller wrote: > The vcpu idle_mask state is used by but not specific > to the emulated floating interruptions. The state is > relevant to gisa related interruptions as well. > > Signed-off-by: Michael Mueller > Reviewed-by: Pierre Morel > Reviewed-by: Cornelia Huck Acked-by: Halil Pasic