Skip to content

Commit e768f02

Browse files
hemanshu.khilari.fossalistair23
authored andcommitted
docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
The links to riscv iommu specification document are incorrect. This patch updates all the said link to point to correct location. Cc: [email protected] Cc: [email protected] Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2808 Signed-off-by: hemanshu.khilari.foss <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Message-ID: <[email protected]> Signed-off-by: Alistair Francis <[email protected]>
1 parent 4a7b8c3 commit e768f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/specs/riscv-iommu.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RISC-V IOMMU support for RISC-V machines
44
========================================
55

66
QEMU implements a RISC-V IOMMU emulation based on the RISC-V IOMMU spec
7-
version 1.0 `iommu1.0`_.
7+
version 1.0 `iommu1.0.0`_.
88

99
The emulation includes a PCI reference device (riscv-iommu-pci) and a platform
1010
bus device (riscv-iommu-sys) that QEMU RISC-V boards can use. The 'virt'
@@ -14,7 +14,7 @@ riscv-iommu-pci reference device
1414
--------------------------------
1515

1616
This device implements the RISC-V IOMMU emulation as recommended by the section
17-
"Integrating an IOMMU as a PCIe device" of `iommu1.0`_: a PCI device with base
17+
"Integrating an IOMMU as a PCIe device" of `iommu1.0.0`_: a PCI device with base
1818
class 08h, sub-class 06h and programming interface 00h.
1919

2020
As a reference device it doesn't implement anything outside of the specification,
@@ -109,7 +109,7 @@ riscv-iommu options:
109109
- "s-stage": enabled
110110
- "g-stage": enabled
111111

112-
.. _iommu1.0: https://github.com/riscv-non-isa/riscv-iommu/releases/download/v1.0/riscv-iommu.pdf
112+
.. _iommu1.0.0: https://github.com/riscv-non-isa/riscv-iommu/releases/download/v1.0.0/riscv-iommu.pdf
113113

114114
.. _linux-v8: https://lore.kernel.org/linux-riscv/[email protected]/
115115

0 commit comments

Comments
 (0)