* [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI
@ 2015-05-06 14:50 Luiz Capitulino
2015-05-06 15:34 ` Michael Roth
2015-05-07 2:27 ` Fam Zheng
0 siblings, 2 replies; 5+ messages in thread
From: Luiz Capitulino @ 2015-05-06 14:50 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell, Markus Armbruster, mdroth
Markus is taking over maintership of QMP and the QAPI from
me. Markus has always been a great reviewer and contributor
to those subsystems. In the last few months he's also doing
pull requests that are a lot more relevant than the ones I
was able to do. So, this is a natural move.
I'm still the maintainer of HMP and QObjects, but I'm
looking for someone to take over those too.
PS: This commit also fixes the file listing for the QMP
entry.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
PPS: I'll post a last QMP pull request this week.
MAINTAINERS | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0b67c48..d858c49 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -926,20 +926,19 @@ K: srat|SRAT
T: git git://github.com/ehabkost/qemu.git numa
QAPI
-M: Luiz Capitulino <lcapitulino@redhat.com>
+M: Markus Armbruster <armbru@redhat.com>
M: Michael Roth <mdroth@linux.vnet.ibm.com>
-S: Maintained
+S: Supported
F: qapi/
F: tests/qapi-schema/
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+T: git git://repo.or.cz/qemu/armbru.git qapi-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
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+T: git git://repo.or.cz/qemu/armbru.git qapi-next
QObject
M: Luiz Capitulino <lcapitulino@redhat.com>
@@ -964,13 +963,14 @@ X: qom/cpu.c
F: tests/qom-test.c
QMP
-M: Luiz Capitulino <lcapitulino@redhat.com>
-S: Maintained
+M: Markus Armbruster <armbru@redhat.com>
+S: Supported
F: qmp.c
F: monitor.c
F: qmp-commands.hx
-F: QMP/
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+F: docs/qmp/
+F: scripts/qmp/
+T: git git://repo.or.cz/qemu/armbru.git qapi-next
SLIRP
M: Jan Kiszka <jan.kiszka@siemens.com>
--
1.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI
2015-05-06 14:50 [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI Luiz Capitulino
@ 2015-05-06 15:34 ` Michael Roth
2015-05-06 16:04 ` Markus Armbruster
2015-05-07 2:27 ` Fam Zheng
1 sibling, 1 reply; 5+ messages in thread
From: Michael Roth @ 2015-05-06 15:34 UTC (permalink / raw)
To: Luiz Capitulino, qemu-devel; +Cc: peter.maydell, Markus Armbruster
Quoting Luiz Capitulino (2015-05-06 09:50:46)
> Markus is taking over maintership of QMP and the QAPI from
> me. Markus has always been a great reviewer and contributor
> to those subsystems. In the last few months he's also doing
> pull requests that are a lot more relevant than the ones I
> was able to do. So, this is a natural move.
>
> I'm still the maintainer of HMP and QObjects, but I'm
> looking for someone to take over those too.
>
> PS: This commit also fixes the file listing for the QMP
> entry.
>
> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Didn't see a qapi-next branch in the repo though, would be good if
Markus could confirm that's where it will be so the update stays
accurate.
> ---
>
> PPS: I'll post a last QMP pull request this week.
>
> MAINTAINERS | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0b67c48..d858c49 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -926,20 +926,19 @@ K: srat|SRAT
> T: git git://github.com/ehabkost/qemu.git numa
>
> QAPI
> -M: Luiz Capitulino <lcapitulino@redhat.com>
> +M: Markus Armbruster <armbru@redhat.com>
> M: Michael Roth <mdroth@linux.vnet.ibm.com>
> -S: Maintained
> +S: Supported
> F: qapi/
> F: tests/qapi-schema/
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> +T: git git://repo.or.cz/qemu/armbru.git qapi-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
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> +T: git git://repo.or.cz/qemu/armbru.git qapi-next
>
> QObject
> M: Luiz Capitulino <lcapitulino@redhat.com>
> @@ -964,13 +963,14 @@ X: qom/cpu.c
> F: tests/qom-test.c
>
> QMP
> -M: Luiz Capitulino <lcapitulino@redhat.com>
> -S: Maintained
> +M: Markus Armbruster <armbru@redhat.com>
> +S: Supported
> F: qmp.c
> F: monitor.c
> F: qmp-commands.hx
> -F: QMP/
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> +F: docs/qmp/
> +F: scripts/qmp/
> +T: git git://repo.or.cz/qemu/armbru.git qapi-next
>
> SLIRP
> M: Jan Kiszka <jan.kiszka@siemens.com>
> --
> 1.9.3
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI
2015-05-06 15:34 ` Michael Roth
@ 2015-05-06 16:04 ` Markus Armbruster
0 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2015-05-06 16:04 UTC (permalink / raw)
To: Michael Roth; +Cc: peter.maydell, qemu-devel, Luiz Capitulino
Michael Roth <mdroth@linux.vnet.ibm.com> writes:
> Quoting Luiz Capitulino (2015-05-06 09:50:46)
>> Markus is taking over maintership of QMP and the QAPI from
>> me. Markus has always been a great reviewer and contributor
>> to those subsystems. In the last few months he's also doing
>> pull requests that are a lot more relevant than the ones I
>> was able to do. So, this is a natural move.
>>
>> I'm still the maintainer of HMP and QObjects, but I'm
>> looking for someone to take over those too.
>>
>> PS: This commit also fixes the file listing for the QMP
>> entry.
>>
>> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
>
> Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
>
> Didn't see a qapi-next branch in the repo though, would be good if
> Markus could confirm that's where it will be so the update stays
> accurate.
It's there now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI
2015-05-06 14:50 [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI Luiz Capitulino
2015-05-06 15:34 ` Michael Roth
@ 2015-05-07 2:27 ` Fam Zheng
2015-05-07 6:08 ` Markus Armbruster
1 sibling, 1 reply; 5+ messages in thread
From: Fam Zheng @ 2015-05-07 2:27 UTC (permalink / raw)
To: Luiz Capitulino; +Cc: mdroth, peter.maydell, qemu-devel, Markus Armbruster
On Wed, 05/06 10:50, Luiz Capitulino wrote:
> Markus is taking over maintership of QMP and the QAPI from
> me. Markus has always been a great reviewer and contributor
> to those subsystems. In the last few months he's also doing
> pull requests that are a lot more relevant than the ones I
> was able to do. So, this is a natural move.
>
> I'm still the maintainer of HMP and QObjects, but I'm
> looking for someone to take over those too.
>
> PS: This commit also fixes the file listing for the QMP
> entry.
>
> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
>
> PPS: I'll post a last QMP pull request this week.
>
> MAINTAINERS | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0b67c48..d858c49 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -926,20 +926,19 @@ K: srat|SRAT
> T: git git://github.com/ehabkost/qemu.git numa
>
> QAPI
> -M: Luiz Capitulino <lcapitulino@redhat.com>
> +M: Markus Armbruster <armbru@redhat.com>
> M: Michael Roth <mdroth@linux.vnet.ibm.com>
> -S: Maintained
> +S: Supported
> F: qapi/
> F: tests/qapi-schema/
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> +T: git git://repo.or.cz/qemu/armbru.git qapi-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
Probably also qapi/*.json
Fam
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> +T: git git://repo.or.cz/qemu/armbru.git qapi-next
>
> QObject
> M: Luiz Capitulino <lcapitulino@redhat.com>
> @@ -964,13 +963,14 @@ X: qom/cpu.c
> F: tests/qom-test.c
>
> QMP
> -M: Luiz Capitulino <lcapitulino@redhat.com>
> -S: Maintained
> +M: Markus Armbruster <armbru@redhat.com>
> +S: Supported
> F: qmp.c
> F: monitor.c
> F: qmp-commands.hx
> -F: QMP/
> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> +F: docs/qmp/
> +F: scripts/qmp/
> +T: git git://repo.or.cz/qemu/armbru.git qapi-next
>
> SLIRP
> M: Jan Kiszka <jan.kiszka@siemens.com>
> --
> 1.9.3
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI
2015-05-07 2:27 ` Fam Zheng
@ 2015-05-07 6:08 ` Markus Armbruster
0 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2015-05-07 6:08 UTC (permalink / raw)
To: Fam Zheng; +Cc: qemu-devel, peter.maydell, mdroth, Luiz Capitulino
Fam Zheng <famz@redhat.com> writes:
> On Wed, 05/06 10:50, Luiz Capitulino wrote:
>> Markus is taking over maintership of QMP and the QAPI from
>> me. Markus has always been a great reviewer and contributor
>> to those subsystems. In the last few months he's also doing
>> pull requests that are a lot more relevant than the ones I
>> was able to do. So, this is a natural move.
>>
>> I'm still the maintainer of HMP and QObjects, but I'm
>> looking for someone to take over those too.
>>
>> PS: This commit also fixes the file listing for the QMP
>> entry.
>>
>> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
>> ---
>>
>> PPS: I'll post a last QMP pull request this week.
>>
>> MAINTAINERS | 18 +++++++++---------
>> 1 file changed, 9 insertions(+), 9 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0b67c48..d858c49 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -926,20 +926,19 @@ K: srat|SRAT
>> T: git git://github.com/ehabkost/qemu.git numa
>>
>> QAPI
>> -M: Luiz Capitulino <lcapitulino@redhat.com>
>> +M: Markus Armbruster <armbru@redhat.com>
>> M: Michael Roth <mdroth@linux.vnet.ibm.com>
>> -S: Maintained
>> +S: Supported
>> F: qapi/
>> F: tests/qapi-schema/
>> -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
>> +T: git git://repo.or.cz/qemu/armbru.git qapi-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
>
> Probably also qapi/*.json
Yes. Let's fix it separately.
[...]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-05-07 6:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 14:50 [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI Luiz Capitulino
2015-05-06 15:34 ` Michael Roth
2015-05-06 16:04 ` Markus Armbruster
2015-05-07 2:27 ` Fam Zheng
2015-05-07 6:08 ` 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).