From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejSaM-0004qr-Kq for qemu-devel@nongnu.org; Wed, 07 Feb 2018 11:28:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejSaI-0007t2-Q5 for qemu-devel@nongnu.org; Wed, 07 Feb 2018 11:28:38 -0500 Date: Wed, 7 Feb 2018 17:28:27 +0100 From: Cornelia Huck Message-ID: <20180207172827.6af1486b.cohuck@redhat.com> In-Reply-To: <5b0fccea-dce9-ebc9-4f9e-995056d84fe3@amsat.org> References: <20180207155531.28446-1-cohuck@redhat.com> <20180207155531.28446-2-cohuck@redhat.com> <5b0fccea-dce9-ebc9-4f9e-995056d84fe3@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/3] MAINTAINERS: add myself as overall s390x maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, thuth@redhat.com, david@redhat.com, agraf@suse.de, borntraeger@de.ibm.com, rth@twiddle.net On Wed, 7 Feb 2018 13:24:09 -0300 Philippe Mathieu-Daud=C3=A9 wrote: > On 02/07/2018 12:55 PM, Cornelia Huck wrote: > > All your mainframes are belong to me. =20 >=20 > =3D) >=20 > >=20 > > Signed-off-by: Cornelia Huck > > --- > > MAINTAINERS | 23 +++++++++++++++++++++++ > > 1 file changed, 23 insertions(+) > >=20 > > diff --git a/MAINTAINERS b/MAINTAINERS > > index bbc3a617c2..e24273a574 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -76,6 +76,29 @@ K: ^Subject:.*(?i)trivial > > T: git git://git.corpit.ru/qemu.git trivial-patches > > T: git git://github.com/vivier/qemu.git trivial-patches > > =20 > > +Architecture support > > +-------------------- > > +S390 > > +M: Cornelia Huck > > +S: Supported > > +F: default-configs/s390x-softmmu.mak > > +F: gdb-xml/s390*.xml > > +F: hw/char/sclp*.[hc] > > +F: hw/char/terminal3270.c > > +F: hw/intc/s390_flic.c > > +F: hw/intc/s390_flic_kvm.c > > +F: hw/s390x/ > > +F: hw/vfio/ccw.c > > +F: hw/watchdog/wdt_diag288.c > > +F: include/hw/s390x/ > > +F: include/hw/watchdog/wdt_diag288.h > > +F: pc-bios/s390-ccw/ > > +F: pc-bios/s390-ccw.img > > +F: target/s390x/ > > +K: ^Subject:.*(?i)s390(x|) =20 >=20 > (x|) -> x? Probably (my perl regexp fu is very lacking). >=20 > > +T: git git://github.com/cohuck/qemu.git s390-next > > +L: qemu-s390x@nongnu.org > > + > > Guest CPU cores (TCG): > > ---------------------- > > Overall > > =20 >=20 > Reviewed-by: Philippe Mathieu-Daud=C3=A9 Thanks!