[PATCH] MAINTAINERS: Add missing machine name in the Alpha section

Thomas Huth posted 1 patch 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251020140425.45003-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add missing machine name in the Alpha section
Posted by Thomas Huth 3 weeks, 4 days ago
From: Thomas Huth <thuth@redhat.com>

Without a machine name here, get_maintainers.pl uses the "-----..."
separator for describing what the maintainer is taking care of:

 $ scripts/get_maintainer.pl -f hw/alpha/dp264.c
 Richard Henderson <richard.henderson@linaro.org> (maintainer:--------------)
 qemu-devel@nongnu.org (open list:All patches CC here)

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 667acd933c7..d4e7fd965b0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -671,6 +671,7 @@ F: tests/docker/dockerfiles/emsdk-wasm32-cross.docker
 
 Alpha Machines
 --------------
+Clipper
 M: Richard Henderson <richard.henderson@linaro.org>
 S: Maintained
 F: hw/alpha/
-- 
2.51.0
Re: [PATCH] MAINTAINERS: Add missing machine name in the Alpha section
Posted by Philippe Mathieu-Daudé 3 weeks, 3 days ago
On 20/10/25 16:04, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> Without a machine name here, get_maintainers.pl uses the "-----..."
> separator for describing what the maintainer is taking care of:
> 
>   $ scripts/get_maintainer.pl -f hw/alpha/dp264.c
>   Richard Henderson <richard.henderson@linaro.org> (maintainer:--------------)
>   qemu-devel@nongnu.org (open list:All patches CC here)
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Patch queued, thanks.
Re: [PATCH] MAINTAINERS: Add missing machine name in the Alpha section
Posted by Philippe Mathieu-Daudé 3 weeks, 4 days ago
On 20/10/25 16:04, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> Without a machine name here, get_maintainers.pl uses the "-----..."
> separator for describing what the maintainer is taking care of:
> 
>   $ scripts/get_maintainer.pl -f hw/alpha/dp264.c
>   Richard Henderson <richard.henderson@linaro.org> (maintainer:--------------)
>   qemu-devel@nongnu.org (open list:All patches CC here)
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>