diff options
author | Luiz Capitulino | 2013-06-03 17:11:53 +0200 |
---|---|---|
committer | Luiz Capitulino | 2013-06-07 23:00:55 +0200 |
commit | 7810d29198790a805936e7a2f44c055184a56b0a (patch) | |
tree | 0cb2395073637a336080c58f300c903bd7e1f7cc /MAINTAINERS | |
parent | Merge remote-tracking branch 'stefanha/block' into staging (diff) | |
download | qemu-7810d29198790a805936e7a2f44c055184a56b0a.tar.gz qemu-7810d29198790a805936e7a2f44c055184a56b0a.tar.xz qemu-7810d29198790a805936e7a2f44c055184a56b0a.zip |
MAINTAINERS: new maintainers for qapi-schema.json
I'm facing two problems lately wrt QMP patch review: increasingly
lack of bandwidth and lack of background in so many different areas
that are getting new QMP commands almost every week.
In order to help me mitigate this problem, I'm adding Eric and Markus
(besides me) as maintainers of the qapi-schema.json file.
Markus has been an old timer reviewer. Eric is being the most active
and prolific reviewer of QMP patches for some time now.
I believe Markus and Eric will keep doing their work as before, but
starting now I'll require the ACK of at least one of them before
appling a patch/series that touches the qapi-schema.json file.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index be02724e6e..432185a5ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -706,6 +706,13 @@ F: nbd.* F: qemu-nbd.c T: git git://github.com/bonzini/qemu.git nbd-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 + SLIRP M: Jan Kiszka <jan.kiszka@siemens.com> S: Maintained |