From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xygoc-0001pD-Ou for qemu-devel@nongnu.org; Wed, 10 Dec 2014 07:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XygoU-0007r9-CJ for qemu-devel@nongnu.org; Wed, 10 Dec 2014 07:56:26 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:59170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XygoU-0007pd-4G for qemu-devel@nongnu.org; Wed, 10 Dec 2014 07:56:18 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Dec 2014 12:56:16 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5140A1B08069 for ; Wed, 10 Dec 2014 12:56:23 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBACu2eR23920728 for ; Wed, 10 Dec 2014 12:56:02 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBA7qmhD017060 for ; Wed, 10 Dec 2014 02:52:49 -0500 Date: Wed, 10 Dec 2014 13:55:59 +0100 From: Cornelia Huck Message-ID: <20141210135559.5b18005a.cornelia.huck@de.ibm.com> In-Reply-To: <20141203135236.49187f10.cornelia.huck@de.ibm.com> References: <1416992713-64480-1-git-send-email-blaschka@linux.vnet.ibm.com> <20141203135236.49187f10.cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3 V1] add PCI support for the s390 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: agraf@suse.de, qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, james.hogan@imgtec.com, mtosatti@redhat.com, Frank Blaschka , borntraeger@de.ibm.com, pbonzini@redhat.com, rth@twiddle.net On Wed, 3 Dec 2014 13:52:36 +0100 Cornelia Huck wrote: > On Wed, 26 Nov 2014 10:05:10 +0100 > Frank Blaschka wrote: > > > This set of patches implemets PCI support for the s390 platform. > > Now it is possible to run virtio-net-pci and potentially all > > virtual pci devices conforming to s390 platform constrains. > > > > V1 added lot of feedback from Alex Graf > > fixed tons of endian issues > > > > Please review and consider for integration into 2.3 > > Looks good; added to my s390-next queue. > > Alex: Any chance of some r-bs from you? We'll also need a MAINTAINERS update, added the patch below to s390-next. Alex: I'd still be happy about acks :) commit 370f303fc6aebd570a341d8bc9fe14bab9f299cd Author: Cornelia Huck Date: Wed Dec 10 12:41:25 2014 +0100 s390x: update MAINTAINERS Make sure the new pci support is sorted to the right maintainers. Acked-by: Christian Borntraeger Signed-off-by: Cornelia Huck diff --git a/MAINTAINERS b/MAINTAINERS index bcb69e8..2792e63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -534,6 +534,7 @@ S390 Virtio M: Alexander Graf S: Maintained F: hw/s390x/s390-*.c +X: hw/s390x/*pci*.[hc] S390 Virtio-ccw M: Cornelia Huck @@ -544,6 +545,7 @@ F: hw/s390x/s390-virtio-ccw.c F: hw/s390x/css.[hc] F: hw/s390x/sclp*.[hc] F: hw/s390x/ipl*.[hc] +F: hw/s390x/*pci*.[hc] F: include/hw/s390x/ F: pc-bios/s390-ccw/ T: git git://github.com/cohuck/qemu virtio-ccw-upstr