* [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers
@ 2013-06-04 13:51 Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: new maintainers for qapi-schema.json Luiz Capitulino
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-06-04 13:51 UTC (permalink / raw)
To: qemu-devel, eblake; +Cc: aliguori, lersek, armbru, mdroth
Hi,
This is an small update on QMP/HMP/QAPI mainternership. Please, check
individual patches for details.
v2
o add QMP/ to the QMP entry
o add Michael as a maintainer for the QAPI
Luiz Capitulino (2):
MAINTAINERS: new maintainers for qapi-schema.json
MAINTAINERS: split Monitor (QMP/HMP) entry
MAINTAINERS | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
--
1.8.1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [PATCH 1/2] MAINTAINERS: new maintainers for qapi-schema.json
2013-06-04 13:51 [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Luiz Capitulino
@ 2013-06-04 13:51 ` Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry Luiz Capitulino
2013-06-04 15:37 ` [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Markus Armbruster
2 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-06-04 13:51 UTC (permalink / raw)
To: qemu-devel, eblake; +Cc: aliguori, lersek, armbru, mdroth
I'm facing two problems lately wrt QMP patch review: increasingly
lack of bandwidth and lack of background in so many different areas
that are getting new QMP commands almost every week.
In order to help me mitigate this problem, I'm adding Eric and Markus
(besides me) as maintainers of the qapi-schema.json file.
Markus has been an old timer reviewer. Eric is being the most active
and prolific reviewer of QMP patches for some time now.
I believe Markus and Eric will keep doing their work as before, but
starting now I'll require the ACK of at least one of them before
appling a patch/series that touches the qapi-schema.json file.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index be02724..432185a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -706,6 +706,13 @@ F: nbd.*
F: qemu-nbd.c
T: git git://github.com/bonzini/qemu.git nbd-next
+QAPI Schema
+M: Eric Blake <eblake@redhat.com>
+M: Luiz Capitulino <lcapitulino@redhat.com>
+M: Markus Armbruster <armbru@redhat.com>
+S: Supported
+F: qapi-schema.json
+
SLIRP
M: Jan Kiszka <jan.kiszka@siemens.com>
S: Maintained
--
1.8.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry
2013-06-04 13:51 [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: new maintainers for qapi-schema.json Luiz Capitulino
@ 2013-06-04 13:51 ` Luiz Capitulino
2013-06-04 15:37 ` [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Markus Armbruster
2 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-06-04 13:51 UTC (permalink / raw)
To: qemu-devel, eblake; +Cc: aliguori, lersek, armbru, mdroth
This entry doesn't reflect reality for a few years now. This commit
splits it into Human Monitor (HMP), QAPI and QMP. Markus is dropped
as a maintainer.
This is what we have been for the last few years. Also, it's going
to help me to offload some of this work to someone else in the near
future.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
MAINTAINERS | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 432185a..13c0cc5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -685,11 +685,12 @@ M: Anthony Liguori <aliguori@us.ibm.com>
S: Supported
F: vl.c
-Monitor (QMP/HMP)
+Human Monitor (HMP)
M: Luiz Capitulino <lcapitulino@redhat.com>
-M: Markus Armbruster <armbru@redhat.com>
S: Supported
F: monitor.c
+F: hmp.c
+F: hmp-commands.hx
Network device layer
M: Anthony Liguori <aliguori@us.ibm.com>
@@ -706,6 +707,12 @@ F: nbd.*
F: qemu-nbd.c
T: git git://github.com/bonzini/qemu.git nbd-next
+QAPI
+M: Luiz Capitulino <lcapitulino@redhat.com>
+M: Michael Roth <mdroth@linux.vnet.ibm.com>
+S: Supported
+F: qapi/
+
QAPI Schema
M: Eric Blake <eblake@redhat.com>
M: Luiz Capitulino <lcapitulino@redhat.com>
@@ -713,6 +720,14 @@ M: Markus Armbruster <armbru@redhat.com>
S: Supported
F: qapi-schema.json
+QMP
+M: Luiz Capitulino <lcapitulino@redhat.com>
+S: Supported
+F: qmp.c
+F: monitor.c
+F: qmp-commands.hx
+F: QMP/
+
SLIRP
M: Jan Kiszka <jan.kiszka@siemens.com>
S: Maintained
--
1.8.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers
2013-06-04 13:51 [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: new maintainers for qapi-schema.json Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry Luiz Capitulino
@ 2013-06-04 15:37 ` Markus Armbruster
2 siblings, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2013-06-04 15:37 UTC (permalink / raw)
To: Luiz Capitulino; +Cc: lersek, aliguori, qemu-devel, mdroth
Luiz Capitulino <lcapitulino@redhat.com> writes:
> Hi,
>
> This is an small update on QMP/HMP/QAPI mainternership. Please, check
> individual patches for details.
>
> v2
>
> o add QMP/ to the QMP entry
> o add Michael as a maintainer for the QAPI
>
> Luiz Capitulino (2):
> MAINTAINERS: new maintainers for qapi-schema.json
> MAINTAINERS: split Monitor (QMP/HMP) entry
>
> MAINTAINERS | 26 ++++++++++++++++++++++++--
> 1 file changed, 24 insertions(+), 2 deletions(-)
Acked-by: Markus Armbruster <armbru@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-04 15:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 13:51 [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: new maintainers for qapi-schema.json Luiz Capitulino
2013-06-04 13:51 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry Luiz Capitulino
2013-06-04 15:37 ` [Qemu-devel] [PATCH v2 0/2] MAINTAINERS: QMP: entry update and new maintainers Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).