On Fri, Jul 10, 2020 at 05:57:18PM -0400, John Snow wrote: > 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. > > Signed-off-by: John Snow > --- > MAINTAINERS | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6aa54f7f8f..fe1dcd5a76 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2280,11 +2280,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 > + Thanks for this, and for that will come next! :) Ack-by: Cleber Rosa