[PATCH] MAINTAINERS: python - remove ehabkost and add bleal

John Snow posted 1 patch 4 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220208000525.2601011-1-jsnow@redhat.com
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: python - remove ehabkost and add bleal
Posted by John Snow 4 years ago
Eduardo Habkost has left Red Hat and has other daily responsibilities to
attend to. In order to stop spamming him on every series, remove him as
"Reviewer" for the python/ library dir and add Beraldo Leal instead.

For the "python scripts" stanza (which is separate due to level of
support), replace Eduardo as maintainer with myself.

(Thanks for all of your hard work, Eduardo!)

Signed-off-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9814580975..028ac0de25 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2735,13 +2735,13 @@ F: backends/cryptodev*.c
 Python library
 M: John Snow <jsnow@redhat.com>
 M: Cleber Rosa <crosa@redhat.com>
-R: Eduardo Habkost <eduardo@habkost.net>
+R: Beraldo Leal <bleal@redhat.com>
 S: Maintained
 F: python/
 T: git https://gitlab.com/jsnow/qemu.git python
 
 Python scripts
-M: Eduardo Habkost <eduardo@habkost.net>
+M: John Snow <jsnow@redhat.com>
 M: Cleber Rosa <crosa@redhat.com>
 S: Odd Fixes
 F: scripts/*.py
-- 
2.34.1


Re: [PATCH] MAINTAINERS: python - remove ehabkost and add bleal
Posted by Philippe Mathieu-Daudé via 4 years ago
On 8/2/22 01:05, John Snow wrote:
> Eduardo Habkost has left Red Hat and has other daily responsibilities to
> attend to. In order to stop spamming him on every series, remove him as
> "Reviewer" for the python/ library dir and add Beraldo Leal instead.
> 
> For the "python scripts" stanza (which is separate due to level of
> support), replace Eduardo as maintainer with myself.
> 
> (Thanks for all of your hard work, Eduardo!)

Thank you Eduardo, and thank you John for taking this.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>   MAINTAINERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9814580975..028ac0de25 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2735,13 +2735,13 @@ F: backends/cryptodev*.c
>   Python library
>   M: John Snow <jsnow@redhat.com>
>   M: Cleber Rosa <crosa@redhat.com>
> -R: Eduardo Habkost <eduardo@habkost.net>
> +R: Beraldo Leal <bleal@redhat.com>
>   S: Maintained
>   F: python/
>   T: git https://gitlab.com/jsnow/qemu.git python
>   
>   Python scripts
> -M: Eduardo Habkost <eduardo@habkost.net>
> +M: John Snow <jsnow@redhat.com>
>   M: Cleber Rosa <crosa@redhat.com>
>   S: Odd Fixes
>   F: scripts/*.py


Re: [PATCH] MAINTAINERS: python - remove ehabkost and add bleal
Posted by Eduardo Habkost 3 years, 12 months ago
On Mon, 7 Feb 2022 at 19:05, John Snow <jsnow@redhat.com> wrote:
>
> Eduardo Habkost has left Red Hat and has other daily responsibilities to
> attend to. In order to stop spamming him on every series, remove him as
> "Reviewer" for the python/ library dir and add Beraldo Leal instead.
>
> For the "python scripts" stanza (which is separate due to level of
> support), replace Eduardo as maintainer with myself.
>
> (Thanks for all of your hard work, Eduardo!)

Thank you! And my apologies for not sending the MAINTAINERS patch
myself. I'm being unable to deal with the amount of QEMU-related
traffic directed to my email address.

Acked-by: Eduardo Habkost <eduardo@habkost.net>

--
Eduardo

Re: [PATCH] MAINTAINERS: python - remove ehabkost and add bleal
Posted by John Snow 3 years, 12 months ago
On Wed, Feb 9, 2022 at 10:29 AM Eduardo Habkost <ehabkost@habkost.com> wrote:
>
> On Mon, 7 Feb 2022 at 19:05, John Snow <jsnow@redhat.com> wrote:
> >
> > Eduardo Habkost has left Red Hat and has other daily responsibilities to
> > attend to. In order to stop spamming him on every series, remove him as
> > "Reviewer" for the python/ library dir and add Beraldo Leal instead.
> >
> > For the "python scripts" stanza (which is separate due to level of
> > support), replace Eduardo as maintainer with myself.
> >
> > (Thanks for all of your hard work, Eduardo!)
>
> Thank you! And my apologies for not sending the MAINTAINERS patch
> myself. I'm being unable to deal with the amount of QEMU-related
> traffic directed to my email address.
>
> Acked-by: Eduardo Habkost <eduardo@habkost.net>
>

I assure you no apologies are necessary!

Thanks, I've staged this patch to my Python branch.
--js


Re: [PATCH] MAINTAINERS: python - remove ehabkost and add bleal
Posted by Beraldo Leal 3 years, 12 months ago
On Mon, Feb 07, 2022 at 07:05:25PM -0500, John Snow wrote:
> Eduardo Habkost has left Red Hat and has other daily responsibilities to
> attend to. In order to stop spamming him on every series, remove him as
> "Reviewer" for the python/ library dir and add Beraldo Leal instead.
> 
> For the "python scripts" stanza (which is separate due to level of
> support), replace Eduardo as maintainer with myself.
> 
> (Thanks for all of your hard work, Eduardo!)
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9814580975..028ac0de25 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2735,13 +2735,13 @@ F: backends/cryptodev*.c
>  Python library
>  M: John Snow <jsnow@redhat.com>
>  M: Cleber Rosa <crosa@redhat.com>
> -R: Eduardo Habkost <eduardo@habkost.net>
> +R: Beraldo Leal <bleal@redhat.com>
>  S: Maintained
>  F: python/
>  T: git https://gitlab.com/jsnow/qemu.git python
>  
>  Python scripts
> -M: Eduardo Habkost <eduardo@habkost.net>
> +M: John Snow <jsnow@redhat.com>
>  M: Cleber Rosa <crosa@redhat.com>
>  S: Odd Fixes
>  F: scripts/*.py

Reviewed-by: Beraldo Leal <bleal@redhat.com>

Thanks,
Beraldo