All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject
@ 2016-09-28 17:33 Markus Armbruster
  2016-09-28 17:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David Markus Armbruster
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Markus Armbruster @ 2016-09-28 17:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lcapitulino

Markus Armbruster (2):
  MAINTAINERS: Pass the HMP staff from Luiz to David
  MAINTAINERS: Pass the QObject staff from Luiz to Markus

 MAINTAINERS | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David
  2016-09-28 17:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Markus Armbruster
@ 2016-09-28 17:33 ` Markus Armbruster
  2016-09-28 17:43   ` Dr. David Alan Gilbert
  2016-09-28 17:33 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Pass the QObject staff from Luiz to Markus Markus Armbruster
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Markus Armbruster @ 2016-09-28 17:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lcapitulino

David graciously volunteered to take this off Luiz's hands.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f3c1f7f..a78066e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1154,12 +1154,11 @@ F: qemu-timer.c
 F: vl.c
 
 Human Monitor (HMP)
-M: Luiz Capitulino <lcapitulino@redhat.com>
+M: Dr. David Alan Gilbert <dgilbert@redhat.com>
 S: Maintained
 F: monitor.c
 F: hmp.c
 F: hmp-commands.hx
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
 
 Network device backends
 M: Jason Wang <jasowang@redhat.com>
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Qemu-devel] [PATCH 2/2] MAINTAINERS: Pass the QObject staff from Luiz to Markus
  2016-09-28 17:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Markus Armbruster
  2016-09-28 17:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David Markus Armbruster
@ 2016-09-28 17:33 ` Markus Armbruster
  2016-09-28 17:39 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Luiz Capitulino
  2016-10-06 15:13 ` Markus Armbruster
  3 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2016-09-28 17:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lcapitulino

QObject is fairly tightly coupled to QAPI these days, and I've been
effectively maintaining it together with QAPI for a while.  Update
MAINTAINERS to reflect that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a78066e..b54b389 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1223,8 +1223,8 @@ F: qapi/*.json
 T: git git://repo.or.cz/qemu/armbru.git qapi-next
 
 QObject
-M: Luiz Capitulino <lcapitulino@redhat.com>
-S: Maintained
+M: Markus Armbruster <armbru@redhat.com>
+S: Supported
 F: qobject/
 F: include/qapi/qmp/
 X: include/qapi/qmp/dispatch.h
@@ -1234,7 +1234,7 @@ F: tests/check-qint.c
 F: tests/check-qjson.c
 F: tests/check-qlist.c
 F: tests/check-qstring.c
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+T: git git://repo.or.cz/qemu/armbru.git qapi-next
 
 QEMU Guest Agent
 M: Michael Roth <mdroth@linux.vnet.ibm.com>
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject
  2016-09-28 17:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Markus Armbruster
  2016-09-28 17:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David Markus Armbruster
  2016-09-28 17:33 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Pass the QObject staff from Luiz to Markus Markus Armbruster
@ 2016-09-28 17:39 ` Luiz Capitulino
  2016-10-06 15:13 ` Markus Armbruster
  3 siblings, 0 replies; 6+ messages in thread
From: Luiz Capitulino @ 2016-09-28 17:39 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, dgilbert

On Wed, 28 Sep 2016 19:33:40 +0200
Markus Armbruster <armbru@redhat.com> wrote:

> Markus Armbruster (2):
>   MAINTAINERS: Pass the HMP staff from Luiz to David
>   MAINTAINERS: Pass the QObject staff from Luiz to Markus
> 
>  MAINTAINERS | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Guys,

Thank you very much for taking up maintainership of those
subsystems!

Acked-by: Luiz Capitulino <lcapitulino@redhat.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David
  2016-09-28 17:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David Markus Armbruster
@ 2016-09-28 17:43   ` Dr. David Alan Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2016-09-28 17:43 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, lcapitulino

* Markus Armbruster (armbru@redhat.com) wrote:
> David graciously volunteered to take this off Luiz's hands.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f3c1f7f..a78066e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1154,12 +1154,11 @@ F: qemu-timer.c
>  F: vl.c
>  
>  Human Monitor (HMP)
> -M: Luiz Capitulino <lcapitulino@redhat.com>
> +M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  S: Maintained
>  F: monitor.c
>  F: hmp.c
>  F: hmp-commands.hx
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

Dave

>  
>  Network device backends
>  M: Jason Wang <jasowang@redhat.com>
> -- 
> 2.5.5
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject
  2016-09-28 17:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Markus Armbruster
                   ` (2 preceding siblings ...)
  2016-09-28 17:39 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Luiz Capitulino
@ 2016-10-06 15:13 ` Markus Armbruster
  3 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2016-10-06 15:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lcapitulino

Applied to my qapi-next branch.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-06 15:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-28 17:33 [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Markus Armbruster
2016-09-28 17:33 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Pass the HMP staff from Luiz to David Markus Armbruster
2016-09-28 17:43   ` Dr. David Alan Gilbert
2016-09-28 17:33 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Pass the QObject staff from Luiz to Markus Markus Armbruster
2016-09-28 17:39 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS: Update HMP and QObject Luiz Capitulino
2016-10-06 15:13 ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.