From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsziI-0006ZB-RW for qemu-devel@nongnu.org; Fri, 15 Sep 2017 19:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsziF-0004Qk-LR for qemu-devel@nongnu.org; Fri, 15 Sep 2017 19:07:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46024) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsziF-0004QC-G2 for qemu-devel@nongnu.org; Fri, 15 Sep 2017 19:07:55 -0400 From: Eduardo Habkost Date: Fri, 15 Sep 2017 20:07:44 -0300 Message-Id: <20170915230744.22942-1-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add Python scripts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amador Pahim , Paolo Bonzini , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Fam Zheng , Kevin Wolf , Max Reitz , =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= , John Snow , Cleber Rosa , Markus Armbruster , Stefan Hajnoczi 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 --- Even before this patch is merged, I plan to send a pull request including some patches for the Python code soon. --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2c333aba21..2c3b8ecde7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1390,6 +1390,13 @@ 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 + QAPI M: Markus Armbruster M: Michael Roth -- 2.13.5