From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1cDz-0000s9-JN for qemu-devel@nongnu.org; Thu, 18 Dec 2014 09:38:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1cDq-0000aG-Hn for qemu-devel@nongnu.org; Thu, 18 Dec 2014 09:38:43 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:49695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1cDq-0000Z8-7P for qemu-devel@nongnu.org; Thu, 18 Dec 2014 09:38:34 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 18 Dec 2014 14:38:32 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 009AE1B0804B for ; Thu, 18 Dec 2014 14:38:55 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBIEcUSw35717304 for ; Thu, 18 Dec 2014 14:38:30 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBIEcTTw030974 for ; Thu, 18 Dec 2014 07:38:30 -0700 Date: Thu, 18 Dec 2014 15:38:28 +0100 From: Cornelia Huck Message-ID: <20141218153828.2d2fca8c.cornelia.huck@de.ibm.com> In-Reply-To: <1418892728-28678-2-git-send-email-blaschka@linux.vnet.ibm.com> References: <1418892728-28678-1-git-send-email-blaschka@linux.vnet.ibm.com> <1418892728-28678-2-git-send-email-blaschka@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3 V2] s390: Add PCI bus support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frank Blaschka Cc: peter.maydell@linaro.org, Frank Blaschka , qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com, pbonzini@redhat.com On Thu, 18 Dec 2014 09:52:06 +0100 Frank Blaschka wrote: > From: Frank Blaschka > > This patch implements a pci bus for s390x together with infrastructure > to generate and handle hotplug events, to configure/unconfigure via > sclp instruction, to do iommu translations and provide s390 support for > MSI/MSI-X notification processing. > > Signed-off-by: Frank Blaschka > +void css_generate_css_crws(uint8_t cssid) > +{ > + css_queue_crw(CRW_RSC_CSS, 0, 0, 0); > +} > + I fixed the last parameter to 'cssid'. It does not matter for PCI anyway :)