[PATCH] docs: Correct semihost spec URL

Brian Cain posted 1 patch 2 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260908190628.2767509-1-brian.cain@oss.qualcomm.com
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/system/target-hexagon.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Correct semihost spec URL
Posted by Brian Cain 2 weeks, 4 days ago
The previous URL worked at the time of submission but it appears that it
was not a portable, durable reference.

This one should work better.

Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
---
 docs/system/target-hexagon.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/target-hexagon.rst b/docs/system/target-hexagon.rst
index a9f8c29810e..5d48cf401ad 100644
--- a/docs/system/target-hexagon.rst
+++ b/docs/system/target-hexagon.rst
@@ -93,7 +93,7 @@ Hexagon supports a semihosting interface similar to other architectures'.
 The ``trap0`` instruction can activate these semihosting calls so that the
 guest software can access the host console and filesystem. Read the
 `Hexagon Semihosting Specification
-<https://docs.qualcomm.com/doc/80-N2040-101_102648/topic/semihosting-specification.html>`__
+<https://docs.qualcomm.com/doc/80-N2040-101/>`__
 for details. Semihosting is enabled by default on hexagon-sim-compatible
 machines. This can be further configured through ``-semihosting-config``.
 
-- 
2.34.1

Re: [PATCH] docs: Correct semihost spec URL
Posted by Marco Liebel 2 weeks, 3 days ago
On Tue, Sep 8, 2026 at 2:06 PM Brian Cain <brian.cain@oss.qualcomm.com> wrote:
>
> The previous URL worked at the time of submission but it appears that it
> was not a portable, durable reference.
>
> This one should work better.
>
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
> ---
>  docs/system/target-hexagon.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Marco Liebel <marco.liebel@oss.qualcomm.com>