> -----Original Message-----
> From: Brian Cain <brian.c...@oss.qualcomm.com>
> Sent: Friday, February 28, 2025 11:26 PM
> To: qemu-devel@nongnu.org
> Cc: brian.c...@oss.qualcomm.com; richard.hender...@linaro.org;
> phi...@linaro.org; quic_mathb...@quicinc.com; a...@rev.ng; a...@rev.ng;
> quic_mlie...@quicinc.com; ltaylorsimp...@gmail.com;
> alex.ben...@linaro.org; quic_mbur...@quicinc.com;
> sidn...@quicinc.com; Brian Cain <bc...@quicinc.com>
> Subject: [PATCH 01/38] docs: Add hexagon sysemu docs
>
> From: Brian Cain <bc...@quicinc.com>
>
> Signed-off-by: Brian Cain <brian.c...@oss.qualcomm.com>
> ---
> MAINTAINERS | 2 +
> docs/devel/hexagon-sys.rst | 106
> +++++++++++++++++++++++++++++++++
> docs/devel/index-internals.rst | 1 +
> docs/system/hexagon/cdsp.rst | 10 ++++
> docs/system/target-hexagon.rst | 100
> +++++++++++++++++++++++++++++++
> docs/system/targets.rst | 1 +
> 6 files changed, 220 insertions(+)
> create mode 100644 docs/devel/hexagon-sys.rst create mode 100644
> docs/system/hexagon/cdsp.rst create mode 100644 docs/system/target-
> hexagon.rst
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1911949526..804c07bcd5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -240,6 +240,8 @@ F: disas/hexagon.c
> F: configs/targets/hexagon-linux-user/default.mak
> F: docker/dockerfiles/debian-hexagon-cross.docker
> F: gdb-xml/hexagon*.xml
> +F: docs/system/target-hexagon.rst
> +F: docs/devel/hexagon-sys.rst
Don't forget this file
docs/system/hexagon/cdsp.rst
Otherwise
Reviewed-by: Taylor Simpson <ltaylorsimp...@gmail.com>