[PATCH] MAINTAINERS: Claim the Arm XML in gdb-xml

Peter Maydell posted 1 patch 3 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251017154244.971608-1-peter.maydell@linaro.org
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: Claim the Arm XML in gdb-xml
Posted by Peter Maydell 3 weeks, 6 days ago
Add F: entries to the Arm CPU section to claim the Arm related
XML files in gdb-xml.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
I happened to notice while doing the SME2 gdbstub handling
that we didn't have an entry in MAINTAINERS making the
Arm gdb xml files fall under the right section.

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 667acd933c7..3ec14bde6bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -208,6 +208,8 @@ F: hw/cpu/a*mpcore.c
 F: include/hw/cpu/a*mpcore.h
 F: docs/system/target-arm.rst
 F: docs/system/arm/cpu-features.rst
+F: gdb-xml/arm*.xml
+F: gdb-xml/aarch64*.xml
 
 ARM SMMU
 M: Eric Auger <eric.auger@redhat.com>
-- 
2.43.0
Re: [PATCH] MAINTAINERS: Claim the Arm XML in gdb-xml
Posted by Philippe Mathieu-Daudé 3 weeks, 4 days ago
On 17/10/25 17:42, Peter Maydell wrote:
> Add F: entries to the Arm CPU section to claim the Arm related
> XML files in gdb-xml.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> I happened to notice while doing the SME2 gdbstub handling
> that we didn't have an entry in MAINTAINERS making the
> Arm gdb xml files fall under the right section.
> 
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)

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


Re: [PATCH] MAINTAINERS: Claim the Arm XML in gdb-xml
Posted by Richard Henderson 3 weeks, 6 days ago
On 10/17/25 08:42, Peter Maydell wrote:
> Add F: entries to the Arm CPU section to claim the Arm related
> XML files in gdb-xml.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> I happened to notice while doing the SME2 gdbstub handling
> that we didn't have an entry in MAINTAINERS making the
> Arm gdb xml files fall under the right section.
> 
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 667acd933c7..3ec14bde6bc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -208,6 +208,8 @@ F: hw/cpu/a*mpcore.c
>   F: include/hw/cpu/a*mpcore.h
>   F: docs/system/target-arm.rst
>   F: docs/system/arm/cpu-features.rst
> +F: gdb-xml/arm*.xml
> +F: gdb-xml/aarch64*.xml
>   
>   ARM SMMU
>   M: Eric Auger <eric.auger@redhat.com>

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~