From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Schwidefsky Subject: Re: [PATCH v2 05/12] s390/css: indicate the availability of the AIV facility Date: Thu, 25 Jan 2018 14:54:03 +0100 Message-ID: <20180125145403.5ccb2691@mschwideX1> References: <20180125132848.175942-1-borntraeger@de.ibm.com> <20180125132848.175942-6-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Cornelia Huck , KVM , linux-s390 , Janosch Frank , David Hildenbrand , Heiko Carstens , Michael Mueller To: Christian Borntraeger Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:36274 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750980AbeAYNyL (ORCPT ); Thu, 25 Jan 2018 08:54:11 -0500 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w0PDrwJ0021569 for ; Thu, 25 Jan 2018 08:54:11 -0500 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0a-001b2d01.pphosted.com with ESMTP id 2fqdn2qrkg-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 25 Jan 2018 08:54:10 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Jan 2018 13:54:08 -0000 In-Reply-To: <20180125132848.175942-6-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 25 Jan 2018 14:28:41 +0100 Christian Borntraeger wrote: > From: Michael Mueller > > The patch adds an indication for the presence Adapter Interruption > Virtualization facility (AIV) of the general channel subsystem > characteristics. > > Signed-off-by: Michael Mueller > Reviewed-by: Halil Pasic > Reviewed-by: Christian Borntraeger > Acked-by: Cornelia Huck > Signed-off-by: Christian Borntraeger > [change wording] > --- > arch/s390/include/asm/css_chars.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/s390/include/asm/css_chars.h b/arch/s390/include/asm/css_chars.h > index a478eb6..fb56fa3 100644 > --- a/arch/s390/include/asm/css_chars.h > +++ b/arch/s390/include/asm/css_chars.h > @@ -20,7 +20,9 @@ struct css_general_char { > u32 aif_tdd : 1; /* bit 56 */ > u32 : 1; > u32 qebsm : 1; /* bit 58 */ > - u32 : 8; > + u32 : 2; > + u32 aiv : 1; /* bit 61 */ > + u32 : 5; > u32 aif_osa : 1; /* bit 67 */ > u32 : 12; > u32 eadm_rf : 1; /* bit 80 */ Acked-by: Martin Schwidefsky -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.