summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEduardo Habkost2017-09-16 01:07:44 +0200
committerEduardo Habkost2017-09-22 16:39:55 +0200
commitad904f6689f1ced282b413cb904c166f294a73ee (patch)
tree2622f72fe0c200691cf26e27ceffdd401a228751 /MAINTAINERS
parentqemu.py: Call logging.basicConfig() automatically (diff)
downloadqemu-ad904f6689f1ced282b413cb904c166f294a73ee.tar.gz
qemu-ad904f6689f1ced282b413cb904c166f294a73ee.tar.xz
qemu-ad904f6689f1ced282b413cb904c166f294a73ee.zip
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 <ehabkost@redhat.com> Message-Id: <20170915230744.22942-1-ehabkost@redhat.com> [ehabkost: add tests/*.py too] Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
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 <ehabkost@redhat.com>
+M: Cleber Rosa <crosa@redhat.com>
+S: Odd fixes
+F: scripts/qmp/*
+F: scripts/*.py
+F: tests/*.py
+
QAPI
M: Markus Armbruster <armbru@redhat.com>
M: Michael Roth <mdroth@linux.vnet.ibm.com>