From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dt0ne-0004c8-7a for qemu-devel@nongnu.org; Fri, 15 Sep 2017 20:17:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dt0na-0005tX-84 for qemu-devel@nongnu.org; Fri, 15 Sep 2017 20:17:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50794) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dt0na-0005tD-1V for qemu-devel@nongnu.org; Fri, 15 Sep 2017 20:17:30 -0400 References: <20170915230744.22942-1-ehabkost@redhat.com> From: John Snow Message-ID: Date: Fri, 15 Sep 2017 20:17:18 -0400 MIME-Version: 1.0 In-Reply-To: <20170915230744.22942-1-ehabkost@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add Python scripts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Kevin Wolf , =?UTF-8?B?THVrw6HFoSBEb2t0b3I=?= , Fam Zheng , Markus Armbruster , Amador Pahim , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Max Reitz , Stefan Hajnoczi , Cleber Rosa , Paolo Bonzini On 09/15/2017 07:07 PM, Eduardo Habkost wrote: > 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 > I rather like the thought of having dedicated Python maintainers who can review python code with an eye for what is idiomatic. I am fairly certain the python I write is functional, but I'm rarely sure it's what a python programmer would do. I suppose you are intentionally omitting any python that exists as part of the test infrastructure, however? John