From: Eduardo Habkost Date: Fri, 15 Sep 2017 23:07:44 +0000 (-0300) Subject: MAINTAINERS: Add Python scripts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad904f6689f1ced282b413cb904c166f294a73ee;p=qemu.git MAINTAINERS: Add Python scripts Cleber and I are volunteering to review and queue patches for the Python scripts and modules in scripts/. I'm setting "M: Odd fixes" because not all scripts are actively maintained. Signed-off-by: Eduardo Habkost Message-Id: <20170915230744.22942-1-ehabkost@redhat.com> [ehabkost: add tests/*.py too] Signed-off-by: Eduardo Habkost --- diff --git a/MAINTAINERS b/MAINTAINERS index e511ba780f..d3e91496b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1403,6 +1403,14 @@ S: Maintained F: include/sysemu/cryptodev*.h F: backends/cryptodev*.c +Python scripts +M: Eduardo Habkost +M: Cleber Rosa +S: Odd fixes +F: scripts/qmp/* +F: scripts/*.py +F: tests/*.py + QAPI M: Markus Armbruster M: Michael Roth