[PATCH] MAINTAINERS: Update the maintainer for the CHRP NVRAM section

Thomas Huth posted 1 patch 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260305192223.6214-1-thuth@redhat.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update the maintainer for the CHRP NVRAM section
Posted by Thomas Huth 1 month, 1 week ago
From: Thomas Huth <thuth@redhat.com>

I am not involved in the ppc machines anymore (the pseries machine was
the reason why I took over maintainership of the CHRP NVRAM code in the
past), so it does not make much sense that I'm still listed here as the
maintainer.
The CHRP NVRAM code is used by the mac99 / g3beige ppc machines and
some Sparc machines, too, where Mark is the maintainer, so I asked him
whether he would be interested in being listed as the maintainer here,
and fortunately, he agreed! Thanks, Mark!

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a3245fdcd2d..ea75f6a62af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2743,7 +2743,7 @@ F: tests/qtest/hexloader-test.c
 F: tests/data/hex-loader/test.hex
 
 CHRP NVRAM
-M: Thomas Huth <thuth@redhat.com>
+M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 S: Maintained
 F: hw/nvram/chrp_nvram.c
 F: include/hw/nvram/chrp_nvram.h
-- 
2.53.0
Re: [PATCH] MAINTAINERS: Update the maintainer for the CHRP NVRAM section
Posted by Philippe Mathieu-Daudé 1 month ago
On 5/3/26 20:22, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I am not involved in the ppc machines anymore (the pseries machine was
> the reason why I took over maintainership of the CHRP NVRAM code in the
> past), so it does not make much sense that I'm still listed here as the
> maintainer.
> The CHRP NVRAM code is used by the mac99 / g3beige ppc machines and
> some Sparc machines, too, where Mark is the maintainer, so I asked him
> whether he would be interested in being listed as the maintainer here,
> and fortunately, he agreed! Thanks, Mark!
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Merged as commit 85c0c6729da6ecce5e74fd4c7615509ace2d60fc, thanks.
Re: [PATCH] MAINTAINERS: Update the maintainer for the CHRP NVRAM section
Posted by Mark Cave-Ayland 1 month ago
On 05/03/2026 19:22, Thomas Huth wrote:

> From: Thomas Huth <thuth@redhat.com>
> 
> I am not involved in the ppc machines anymore (the pseries machine was
> the reason why I took over maintainership of the CHRP NVRAM code in the
> past), so it does not make much sense that I'm still listed here as the
> maintainer.
> The CHRP NVRAM code is used by the mac99 / g3beige ppc machines and
> some Sparc machines, too, where Mark is the maintainer, so I asked him
> whether he would be interested in being listed as the maintainer here,
> and fortunately, he agreed! Thanks, Mark!
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a3245fdcd2d..ea75f6a62af 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2743,7 +2743,7 @@ F: tests/qtest/hexloader-test.c
>   F: tests/data/hex-loader/test.hex
>   
>   CHRP NVRAM
> -M: Thomas Huth <thuth@redhat.com>
> +M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>   S: Maintained
>   F: hw/nvram/chrp_nvram.c
>   F: include/hw/nvram/chrp_nvram.h

Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


ATB,

Mark.