docs/system: Add hexagon CPU emulation
Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
Brian Cain committed
Jun 22, 2026 at 15:27 UTC
234133b9162a01b63f8bb6f37f66b941752fd935
2 files changed
+17
docs/system/hexagon/emulation.rst
new
+15
@@ -0,0 +1,15 @@
1
+.. SPDX-License-Identifier: GPL-2.0-or-later
2
+
3
+.. _Hexagon Emulation:
4
+
5
+Hexagon CPU architecture support
6
+================================
7
+
8
+QEMU's TCG emulation includes support for v65, v66, v67, v68, v69, v71, v73.
9
+It also has support for the following architecture extensions:
10
+
11
+- HVX (Hexagon Vector eXtensions)
12
+
13
+For information on the specifics of the HVX extension, please refer
14
+to the `Qualcomm Hexagon V73 HVX Programmer's Reference Manual
15
+<https://docs.qualcomm.com/bundle/publicresource/80-N2040-53.pdf>`_.
docs/system/target-hexagon.rst
+2
@@ -98,4 +98,6 @@ is not yet implemented in QEMU hexagon.
98
Hexagon Features
99
================
100
.. toctree::
101
+ hexagon/emulation
102
hexagon/cdsp
103
+