On Wed, 05/06 10:50, Luiz Capitulino wrote: > Markus is taking over maintership of QMP and the QAPI from > me. Markus has always been a great reviewer and contributor > to those subsystems. In the last few months he's also doing > pull requests that are a lot more relevant than the ones I > was able to do. So, this is a natural move. > > I'm still the maintainer of HMP and QObjects, but I'm > looking for someone to take over those too. > > PS: This commit also fixes the file listing for the QMP > entry. > > Signed-off-by: Luiz Capitulino <lcapitul...@redhat.com> > --- > > PPS: I'll post a last QMP pull request this week. > > MAINTAINERS | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0b67c48..d858c49 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -926,20 +926,19 @@ K: srat|SRAT > T: git git://github.com/ehabkost/qemu.git numa > > QAPI > -M: Luiz Capitulino <lcapitul...@redhat.com> > +M: Markus Armbruster <arm...@redhat.com> > M: Michael Roth <mdr...@linux.vnet.ibm.com> > -S: Maintained > +S: Supported > F: qapi/ > F: tests/qapi-schema/ > -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > +T: git git://repo.or.cz/qemu/armbru.git qapi-next > > QAPI Schema > M: Eric Blake <ebl...@redhat.com> > -M: Luiz Capitulino <lcapitul...@redhat.com> > M: Markus Armbruster <arm...@redhat.com> > S: Supported > F: qapi-schema.json
Probably also qapi/*.json Fam > -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > +T: git git://repo.or.cz/qemu/armbru.git qapi-next > > QObject > M: Luiz Capitulino <lcapitul...@redhat.com> > @@ -964,13 +963,14 @@ X: qom/cpu.c > F: tests/qom-test.c > > QMP > -M: Luiz Capitulino <lcapitul...@redhat.com> > -S: Maintained > +M: Markus Armbruster <arm...@redhat.com> > +S: Supported > F: qmp.c > F: monitor.c > F: qmp-commands.hx > -F: QMP/ > -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > +F: docs/qmp/ > +F: scripts/qmp/ > +T: git git://repo.or.cz/qemu/armbru.git qapi-next > > SLIRP > M: Jan Kiszka <jan.kis...@siemens.com> > -- > 1.9.3 > >