[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/6] MAINTAINERS: Add my hexagon git tree
|
From: |
Brian Cain |
|
Subject: |
[PULL 4/6] MAINTAINERS: Add my hexagon git tree |
|
Date: |
Wed, 7 Aug 2024 20:42:42 -0700 |
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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 74a85360fd..10af212632 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>
--
2.34.1
- [PULL 0/6] hex queue, Brian Cain, 2024/08/07
- [PULL 1/6] Hexagon: fix F2_conv_* instructions for negative zero, Brian Cain, 2024/08/07
- [PULL 5/6] target/hexagon: define a v66 CPU, Brian Cain, 2024/08/07
- [PULL 4/6] MAINTAINERS: Add my hexagon git tree,
Brian Cain <=
- [PULL 2/6] Hexagon: lldb read/write predicate registers p0/p1/p2/p3, Brian Cain, 2024/08/07
- [PULL 6/6] target/hexagon: switch to dc set_props() list, Brian Cain, 2024/08/07
- [PULL 3/6] target/hexagon/idef-parser: Remove self-assignment, Brian Cain, 2024/08/07
- Re: [PULL 0/6] hex queue, Richard Henderson, 2024/08/08