All your mainframes are belong to me.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
MAINTAINERS | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
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
+Architecture support
+--------------------
+S390
+M: Cornelia Huck <cohuck@redhat.com>
+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|)
+T: git git://github.com/cohuck/qemu.git s390-next
+L: qemu-s390x@nongnu.org
+
Guest CPU cores (TCG):
----------------------
Overall
--
2.13.6
On 02/07/2018 12:55 PM, Cornelia Huck wrote: > All your mainframes are belong to me. =) > > Signed-off-by: Cornelia Huck <cohuck@redhat.com> > --- > MAINTAINERS | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > 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 > > +Architecture support > +-------------------- > +S390 > +M: Cornelia Huck <cohuck@redhat.com> > +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|) (x|) -> x? > +T: git git://github.com/cohuck/qemu.git s390-next > +L: qemu-s390x@nongnu.org > + > Guest CPU cores (TCG): > ---------------------- > Overall > Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
On Wed, 7 Feb 2018 13:24:09 -0300 Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > On 02/07/2018 12:55 PM, Cornelia Huck wrote: > > All your mainframes are belong to me. > > =) > > > > > Signed-off-by: Cornelia Huck <cohuck@redhat.com> > > --- > > MAINTAINERS | 23 +++++++++++++++++++++++ > > 1 file changed, 23 insertions(+) > > > > 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 > > > > +Architecture support > > +-------------------- > > +S390 > > +M: Cornelia Huck <cohuck@redhat.com> > > +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|) > > (x|) -> x? Probably (my perl regexp fu is very lacking). > > > +T: git git://github.com/cohuck/qemu.git s390-next > > +L: qemu-s390x@nongnu.org > > + > > Guest CPU cores (TCG): > > ---------------------- > > Overall > > > > Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Thanks!
On 02/07/2018 04:55 PM, Cornelia Huck wrote: > All your mainframes are belong to me. > > Signed-off-by: Cornelia Huck <cohuck@redhat.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> > --- > MAINTAINERS | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > 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 > > +Architecture support > +-------------------- > +S390 > +M: Cornelia Huck <cohuck@redhat.com> > +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|) > +T: git git://github.com/cohuck/qemu.git s390-next > +L: qemu-s390x@nongnu.org > + > Guest CPU cores (TCG): > ---------------------- > Overall >
On 07.02.2018 16:55, Cornelia Huck wrote: > All your mainframes are belong to me. This looks like an easy way to get a lot of expensive hardware :) > > Signed-off-by: Cornelia Huck <cohuck@redhat.com> > --- > MAINTAINERS | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > 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 > > +Architecture support > +-------------------- > +S390 > +M: Cornelia Huck <cohuck@redhat.com> > +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|) > +T: git git://github.com/cohuck/qemu.git s390-next > +L: qemu-s390x@nongnu.org > + > Guest CPU cores (TCG): > ---------------------- > Overall > -- Thanks, David / dhildenb
On 02/07/2018 01:55 PM, Cornelia Huck wrote: > All your mainframes are belong to me. Zero Wing reference! Liked-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> > > Signed-off-by: Cornelia Huck <cohuck@redhat.com> > --- > MAINTAINERS | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > 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 > > +Architecture support > +-------------------- > +S390 > +M: Cornelia Huck <cohuck@redhat.com> > +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|) > +T: git git://github.com/cohuck/qemu.git s390-next > +L: qemu-s390x@nongnu.org > + > Guest CPU cores (TCG): > ---------------------- > Overall
© 2016 - 2026 Red Hat, Inc.