[Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-04 Thread Luiz Capitulino
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 lcapitul...@redhat.com
Reviewed-by: Eric Blake ebl...@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 aligu...@us.ibm.com
 S: Supported
 F: vl.c
 
-Monitor (QMP/HMP)
+Human Monitor (HMP)
 M: Luiz Capitulino lcapitul...@redhat.com
-M: Markus Armbruster arm...@redhat.com
 S: Supported
 F: monitor.c
+F: hmp.c
+F: hmp-commands.hx
 
 Network device layer
 M: Anthony Liguori aligu...@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 lcapitul...@redhat.com
+M: Michael Roth mdr...@linux.vnet.ibm.com
+S: Supported
+F: qapi/
+
 QAPI Schema
 M: Eric Blake ebl...@redhat.com
 M: Luiz Capitulino lcapitul...@redhat.com
@@ -713,6 +720,14 @@ M: Markus Armbruster arm...@redhat.com
 S: Supported
 F: qapi-schema.json
 
+QMP
+M: Luiz Capitulino lcapitul...@redhat.com
+S: Supported
+F: qmp.c
+F: monitor.c
+F: qmp-commands.hx
+F: QMP/
+
 SLIRP
 M: Jan Kiszka jan.kis...@siemens.com
 S: Maintained
-- 
1.8.1.4




[Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread Luiz Capitulino
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 lcapitul...@redhat.com
---
 MAINTAINERS | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 432185a..45f2e68 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -685,11 +685,12 @@ M: Anthony Liguori aligu...@us.ibm.com
 S: Supported
 F: vl.c
 
-Monitor (QMP/HMP)
+Human Monitor (HMP)
 M: Luiz Capitulino lcapitul...@redhat.com
-M: Markus Armbruster arm...@redhat.com
 S: Supported
 F: monitor.c
+F: hmp.c
+F: hmp-commands.hx
 
 Network device layer
 M: Anthony Liguori aligu...@us.ibm.com
@@ -706,6 +707,11 @@ F: nbd.*
 F: qemu-nbd.c
 T: git git://github.com/bonzini/qemu.git nbd-next
 
+QAPI
+M: Luiz Capitulino lcapitul...@redhat.com
+S: Supported
+F: qapi/
+
 QAPI Schema
 M: Eric Blake ebl...@redhat.com
 M: Luiz Capitulino lcapitul...@redhat.com
@@ -713,6 +719,13 @@ M: Markus Armbruster arm...@redhat.com
 S: Supported
 F: qapi-schema.json
 
+QMP
+M: Luiz Capitulino lcapitul...@redhat.com
+S: Supported
+F: qmp.c
+F: monitor.c
+F: qmp-commands.hx
+
 SLIRP
 M: Jan Kiszka jan.kis...@siemens.com
 S: Maintained
-- 
1.8.1.4




Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread Eric Blake
On 06/03/2013 11:17 AM, Luiz Capitulino wrote:
 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 lcapitul...@redhat.com
 ---
  MAINTAINERS | 17 +++--
  1 file changed, 15 insertions(+), 2 deletions(-)

  QAPI Schema
  M: Eric Blake ebl...@redhat.com
  M: Luiz Capitulino lcapitul...@redhat.com
 @@ -713,6 +719,13 @@ M: Markus Armbruster arm...@redhat.com
  S: Supported
  F: qapi-schema.json
  
 +QMP
 +M: Luiz Capitulino lcapitul...@redhat.com
 +S: Supported
 +F: qmp.c
 +F: monitor.c
 +F: qmp-commands.hx

Do we want QMP/* lumped into this category?  For that matter, should
QMP/qmp-events.txt be included as part of QAPI Schema?

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature


Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread Luiz Capitulino
On Mon, 03 Jun 2013 11:24:58 -0600
Eric Blake ebl...@redhat.com wrote:

 On 06/03/2013 11:17 AM, Luiz Capitulino wrote:
  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 lcapitul...@redhat.com
  ---
   MAINTAINERS | 17 +++--
   1 file changed, 15 insertions(+), 2 deletions(-)
 
   QAPI Schema
   M: Eric Blake ebl...@redhat.com
   M: Luiz Capitulino lcapitul...@redhat.com
  @@ -713,6 +719,13 @@ M: Markus Armbruster arm...@redhat.com
   S: Supported
   F: qapi-schema.json
   
  +QMP
  +M: Luiz Capitulino lcapitul...@redhat.com
  +S: Supported
  +F: qmp.c
  +F: monitor.c
  +F: qmp-commands.hx
 
 Do we want QMP/* lumped into this category?  For that matter, should
 QMP/qmp-events.txt be included as part of QAPI Schema?

Yes, for both questions. I've fixed it for v2, but I didn't include
QMP/qmp-events.txt in the QAPI Schema entry cause it would be a bit
confusing. We should move the events to the schema file soon, anyway.



Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread Paolo Bonzini
Il 03/06/2013 19:17, Luiz Capitulino ha scritto:
 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 lcapitul...@redhat.com
 ---
  MAINTAINERS | 17 +++--
  1 file changed, 15 insertions(+), 2 deletions(-)
 
 diff --git a/MAINTAINERS b/MAINTAINERS
 index 432185a..45f2e68 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -685,11 +685,12 @@ M: Anthony Liguori aligu...@us.ibm.com
  S: Supported
  F: vl.c
  
 -Monitor (QMP/HMP)
 +Human Monitor (HMP)
  M: Luiz Capitulino lcapitul...@redhat.com
 -M: Markus Armbruster arm...@redhat.com
  S: Supported
  F: monitor.c
 +F: hmp.c
 +F: hmp-commands.hx
  
  Network device layer
  M: Anthony Liguori aligu...@us.ibm.com
 @@ -706,6 +707,11 @@ F: nbd.*
  F: qemu-nbd.c
  T: git git://github.com/bonzini/qemu.git nbd-next
  
 +QAPI
 +M: Luiz Capitulino lcapitul...@redhat.com

Mike Roth too, perhaps?

Paolo

 +S: Supported
 +F: qapi/
 +
  QAPI Schema
  M: Eric Blake ebl...@redhat.com
  M: Luiz Capitulino lcapitul...@redhat.com
 @@ -713,6 +719,13 @@ M: Markus Armbruster arm...@redhat.com
  S: Supported
  F: qapi-schema.json
  
 +QMP
 +M: Luiz Capitulino lcapitul...@redhat.com
 +S: Supported
 +F: qmp.c
 +F: monitor.c
 +F: qmp-commands.hx
 +
  SLIRP
  M: Jan Kiszka jan.kis...@siemens.com
  S: Maintained
 




Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread Luiz Capitulino
On Mon, 03 Jun 2013 21:13:30 +0200
Paolo Bonzini pbonz...@redhat.com wrote:

 Il 03/06/2013 19:17, Luiz Capitulino ha scritto:
  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 lcapitul...@redhat.com
  ---
   MAINTAINERS | 17 +++--
   1 file changed, 15 insertions(+), 2 deletions(-)
  
  diff --git a/MAINTAINERS b/MAINTAINERS
  index 432185a..45f2e68 100644
  --- a/MAINTAINERS
  +++ b/MAINTAINERS
  @@ -685,11 +685,12 @@ M: Anthony Liguori aligu...@us.ibm.com
   S: Supported
   F: vl.c
   
  -Monitor (QMP/HMP)
  +Human Monitor (HMP)
   M: Luiz Capitulino lcapitul...@redhat.com
  -M: Markus Armbruster arm...@redhat.com
   S: Supported
   F: monitor.c
  +F: hmp.c
  +F: hmp-commands.hx
   
   Network device layer
   M: Anthony Liguori aligu...@us.ibm.com
  @@ -706,6 +707,11 @@ F: nbd.*
   F: qemu-nbd.c
   T: git git://github.com/bonzini/qemu.git nbd-next
   
  +QAPI
  +M: Luiz Capitulino lcapitul...@redhat.com
 
 Mike Roth too, perhaps?

I'd like to, but last time I asked he sort of refused :)

Michael, can I add you?



Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread mdroth
On Mon, Jun 03, 2013 at 03:54:48PM -0400, Luiz Capitulino wrote:
 On Mon, 03 Jun 2013 21:13:30 +0200
 Paolo Bonzini pbonz...@redhat.com wrote:
 
  Il 03/06/2013 19:17, Luiz Capitulino ha scritto:
   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 lcapitul...@redhat.com
   ---
MAINTAINERS | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
   
   diff --git a/MAINTAINERS b/MAINTAINERS
   index 432185a..45f2e68 100644
   --- a/MAINTAINERS
   +++ b/MAINTAINERS
   @@ -685,11 +685,12 @@ M: Anthony Liguori aligu...@us.ibm.com
S: Supported
F: vl.c

   -Monitor (QMP/HMP)
   +Human Monitor (HMP)
M: Luiz Capitulino lcapitul...@redhat.com
   -M: Markus Armbruster arm...@redhat.com
S: Supported
F: monitor.c
   +F: hmp.c
   +F: hmp-commands.hx

Network device layer
M: Anthony Liguori aligu...@us.ibm.com
   @@ -706,6 +707,11 @@ F: nbd.*
F: qemu-nbd.c
T: git git://github.com/bonzini/qemu.git nbd-next

   +QAPI
   +M: Luiz Capitulino lcapitul...@redhat.com
  
  Mike Roth too, perhaps?
 
 I'd like to, but last time I asked he sort of refused :)
 
 Michael, can I add you?
 

Haha, well, I think the discussion back then was whether I should send
QAPI pulls, and I was of the mindset that we should keep sending those
through the QMP tree since most QAPI changes were in support of QMP.

According to the MAINTAINERS documentation though, M: is meant to be
a set of names that developers can consult when they have a question
about a particular subset and also to provide a set of names to be
CC'd when submitting a patch to obtain appropriate review., so if
that's the case I'd be happy to add my name and help in that regard.



Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry

2013-06-03 Thread Luiz Capitulino
On Mon, 3 Jun 2013 15:05:03 -0500
mdroth mdr...@linux.vnet.ibm.com wrote:

 On Mon, Jun 03, 2013 at 03:54:48PM -0400, Luiz Capitulino wrote:
  On Mon, 03 Jun 2013 21:13:30 +0200
  Paolo Bonzini pbonz...@redhat.com wrote:
  
   Il 03/06/2013 19:17, Luiz Capitulino ha scritto:
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 lcapitul...@redhat.com
---
 MAINTAINERS | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 432185a..45f2e68 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -685,11 +685,12 @@ M: Anthony Liguori aligu...@us.ibm.com
 S: Supported
 F: vl.c
 
-Monitor (QMP/HMP)
+Human Monitor (HMP)
 M: Luiz Capitulino lcapitul...@redhat.com
-M: Markus Armbruster arm...@redhat.com
 S: Supported
 F: monitor.c
+F: hmp.c
+F: hmp-commands.hx
 
 Network device layer
 M: Anthony Liguori aligu...@us.ibm.com
@@ -706,6 +707,11 @@ F: nbd.*
 F: qemu-nbd.c
 T: git git://github.com/bonzini/qemu.git nbd-next
 
+QAPI
+M: Luiz Capitulino lcapitul...@redhat.com
   
   Mike Roth too, perhaps?
  
  I'd like to, but last time I asked he sort of refused :)
  
  Michael, can I add you?
  
 
 Haha, well, I think the discussion back then was whether I should send
 QAPI pulls, and I was of the mindset that we should keep sending those
 through the QMP tree since most QAPI changes were in support of QMP.
 
 According to the MAINTAINERS documentation though, M: is meant to be
 a set of names that developers can consult when they have a question
 about a particular subset and also to provide a set of names to be
 CC'd when submitting a patch to obtain appropriate review., so if
 that's the case I'd be happy to add my name and help in that regard.

Oh, that's cool. I'll add your name for v2 then.