]> Git Repo - qemu.git/commitdiff
MAINTAINERS: split Monitor (QMP/HMP) entry
authorLuiz Capitulino <[email protected]>
Mon, 3 Jun 2013 15:14:26 +0000 (11:14 -0400)
committerLuiz Capitulino <[email protected]>
Fri, 7 Jun 2013 21:00:55 +0000 (17:00 -0400)
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 <[email protected]>
Acked-by: Markus Armbruster <[email protected]>
MAINTAINERS

index 432185a5eefd9b59465f9a4711bfff66d9f1ad8a..13c0cc590cb39a69748629be388bfcfaae99d3fc 100644 (file)
@@ -685,11 +685,12 @@ M: Anthony Liguori <[email protected]>
 S: Supported
 F: vl.c
 
-Monitor (QMP/HMP)
+Human Monitor (HMP)
 M: Luiz Capitulino <[email protected]>
-M: Markus Armbruster <[email protected]>
 S: Supported
 F: monitor.c
+F: hmp.c
+F: hmp-commands.hx
 
 Network device layer
 M: Anthony Liguori <[email protected]>
@@ -706,6 +707,12 @@ F: nbd.*
 F: qemu-nbd.c
 T: git git://github.com/bonzini/qemu.git nbd-next
 
+QAPI
+M: Luiz Capitulino <[email protected]>
+M: Michael Roth <[email protected]>
+S: Supported
+F: qapi/
+
 QAPI Schema
 M: Eric Blake <[email protected]>
 M: Luiz Capitulino <[email protected]>
@@ -713,6 +720,14 @@ M: Markus Armbruster <[email protected]>
 S: Supported
 F: qapi-schema.json
 
+QMP
+M: Luiz Capitulino <[email protected]>
+S: Supported
+F: qmp.c
+F: monitor.c
+F: qmp-commands.hx
+F: QMP/
+
 SLIRP
 M: Jan Kiszka <[email protected]>
 S: Maintained
This page took 0.025551 seconds and 4 git commands to generate.