From: John Snow Date: Fri, 10 Jul 2020 19:30:14 +0000 (-0400) Subject: MAINTAINERS: Add Python library stanza X-Git-Tag: v5.2.0-rc0~43^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8eaee96e46663c74943b529fd173ce3b9189d46;p=thirdparty%2Fqemu.git MAINTAINERS: Add Python library stanza I'm proposing that I split the actual Python library off from the other miscellaneous python scripts we have and declare it maintained. Add myself as a maintainer of this folder, along with Cleber. I will be actively working to add CI style guide checks, strict typing, and an actual package infrastructure to this folder specifically which differentiates it from loose, miscellaneous scripts which are generally maintained by other individuals with subject matter expertise. Signed-off-by: John Snow Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Acked-by: Cleber Rosa Acked-by: Eduardo Habkost --- diff --git a/MAINTAINERS b/MAINTAINERS index a7f0acf8663..6a197bd358d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2373,11 +2373,18 @@ S: Maintained F: include/sysemu/cryptodev*.h F: backends/cryptodev*.c +Python library +M: John Snow +M: Cleber Rosa +R: Eduardo Habkost +S: Maintained +F: python/ +T: git https://gitlab.com/jsnow/qemu.git python + Python scripts M: Eduardo Habkost M: Cleber Rosa S: Odd fixes -F: python/qemu/*py F: scripts/*.py F: tests/*.py