From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v2 3/5] KVM: s390: adapter interrupt sources Date: Tue, 18 Mar 2014 09:41:28 +0100 Message-ID: <20140318094128.222a9011.cornelia.huck@de.ibm.com> References: <1395079899-29239-1-git-send-email-cornelia.huck@de.ibm.com> <1395079899-29239-4-git-send-email-cornelia.huck@de.ibm.com> <20140318081119.GA4311@osiris> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-s390@vger.kernel.org, qemu-devel@nongnu.org, borntraeger@de.ibm.com, agraf@suse.de, pbonzini@redhat.com, gleb@kernel.org To: Heiko Carstens Return-path: Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:45469 "EHLO e06smtp11.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754458AbaCRIlg (ORCPT ); Tue, 18 Mar 2014 04:41:36 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 18 Mar 2014 08:41:34 -0000 In-Reply-To: <20140318081119.GA4311@osiris> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 18 Mar 2014 09:11:19 +0100 Heiko Carstens wrote: > On Mon, Mar 17, 2014 at 07:11:37PM +0100, Cornelia Huck wrote: > > Add a new interface to register/deregister sources of adapter interrupts > > identified by an unique id via the flic. Adapters may also be maskable > > and carry a list of pinned pages. > > > > These adapters will be used by irq routing later. > > > > Signed-off-by: Cornelia Huck > > --- > > [...] > > > +#define MAX_S390_IO_ADAPTERS (MAX_ISC + 1) * 8 > > Subtle possible bug alert ;) Please add braces around (MAX_ISC + 1) * 8. Makes sense, will do.