summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLuiz Capitulino2013-06-03 17:14:26 +0200
committerLuiz Capitulino2013-06-07 23:00:55 +0200
commit8899b4ae2d792967b7655d3081fb2994426e4658 (patch)
tree6d402a3af8d217183a22fa7ead600bebcfae404f /MAINTAINERS
parentMAINTAINERS: new maintainers for qapi-schema.json (diff)
downloadqemu-8899b4ae2d792967b7655d3081fb2994426e4658.tar.gz
qemu-8899b4ae2d792967b7655d3081fb2994426e4658.tar.xz
qemu-8899b4ae2d792967b7655d3081fb2994426e4658.zip
MAINTAINERS: split Monitor (QMP/HMP) entry
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> Acked-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS19
1 files changed, 17 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 432185a5ee..13c0cc590c 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