diff mbox series

MAINTAINERS: Add my hexagon git tree

Message ID 20240731203910.2570047-1-bcain@quicinc.com
State New
Headers show
Series MAINTAINERS: Add my hexagon git tree | expand

Commit Message

Brian Cain July 31, 2024, 8:39 p.m. UTC
Add my git tree for hexagon.  Note that the branch is "hex-next" and not
"hex.next" as had been used previously.  But I'll keep the "hex.next" branch
in sync with "hex-next" until this commit lands to avoid confusion.

Signed-off-by: Brian Cain <bcain@quicinc.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé July 31, 2024, 9:40 p.m. UTC | #1
On 31/7/24 22:39, Brian Cain wrote:
> Add my git tree for hexagon.  Note that the branch is "hex-next" and not
> "hex.next" as had been used previously.  But I'll keep the "hex.next" branch
> in sync with "hex-next" until this commit lands to avoid confusion.
> 
> Signed-off-by: Brian Cain <bcain@quicinc.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 72b3c67360..125fb5c90a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -245,6 +245,7 @@  F: disas/hexagon.c
 F: configs/targets/hexagon-linux-user/default.mak
 F: docker/dockerfiles/debian-hexagon-cross.docker
 F: gdb-xml/hexagon*.xml
+T: git https://github.com/quic/qemu.git hex-next
 
 Hexagon idef-parser
 M: Alessandro Di Federico <ale@rev.ng>