On Wed, 3 Dec 2014 13:52:36 +0100 Cornelia Huck <cornelia.h...@de.ibm.com> wrote:
> On Wed, 26 Nov 2014 10:05:10 +0100 > Frank Blaschka <blasc...@linux.vnet.ibm.com> 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 <cornelia.h...@de.ibm.com> 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 <borntrae...@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.h...@de.ibm.com> diff --git a/MAINTAINERS b/MAINTAINERS index bcb69e8..2792e63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -534,6 +534,7 @@ S390 Virtio M: Alexander Graf <ag...@suse.de> S: Maintained F: hw/s390x/s390-*.c +X: hw/s390x/*pci*.[hc] S390 Virtio-ccw M: Cornelia Huck <cornelia.h...@de.ibm.com> @@ -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