[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stable-9.2.4 01/34] docs/specs/riscv-iommu: Fixed broken link to extern
From: |
Michael Tokarev |
Subject: |
[Stable-9.2.4 01/34] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document |
Date: |
Wed, 14 May 2025 15:57:23 +0300 |
From: "hemanshu.khilari.foss" <hemanshu.khilari.foss@gmail.com>
The links to riscv iommu specification document are incorrect. This patch
updates all the said link to point to correct location.
Cc: qemu-stable@nongnu.org
Cc: qemu-riscv@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2808
Signed-off-by: hemanshu.khilari.foss <hemanshu.khilari.foss@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20250323063404.13206-1-hemanshu.khilari.foss@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(cherry picked from commit e768f0246ce2625880800a2bdce78438b5e9282c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/docs/specs/riscv-iommu.rst b/docs/specs/riscv-iommu.rst
index 463f4cffb6..decd81cf4f 100644
--- a/docs/specs/riscv-iommu.rst
+++ b/docs/specs/riscv-iommu.rst
@@ -4,7 +4,7 @@ RISC-V IOMMU support for RISC-V machines
========================================
QEMU implements a RISC-V IOMMU emulation based on the RISC-V IOMMU spec
-version 1.0 `iommu1.0`_.
+version 1.0 `iommu1.0.0`_.
The emulation includes a PCI reference device, riscv-iommu-pci, that QEMU
RISC-V boards can use. The 'virt' RISC-V machine is compatible with this
@@ -14,7 +14,7 @@ riscv-iommu-pci reference device
--------------------------------
This device implements the RISC-V IOMMU emulation as recommended by the section
-"Integrating an IOMMU as a PCIe device" of `iommu1.0`_: a PCI device with base
+"Integrating an IOMMU as a PCIe device" of `iommu1.0.0`_: a PCI device with
base
class 08h, sub-class 06h and programming interface 00h.
As a reference device it doesn't implement anything outside of the
specification,
@@ -83,7 +83,7 @@ Several options are available to control the capabilities of
the device, namely:
- "s-stage": enable s-stage support
- "g-stage": enable g-stage support
-.. _iommu1.0:
https://github.com/riscv-non-isa/riscv-iommu/releases/download/v1.0/riscv-iommu.pdf
+.. _iommu1.0.0:
https://github.com/riscv-non-isa/riscv-iommu/releases/download/v1.0.0/riscv-iommu.pdf
.. _linux-v8:
https://lore.kernel.org/linux-riscv/cover.1718388908.git.tjeznach@rivosinc.com/
--
2.39.5
- [Stable-9.2.4 00/34] Patch Round-up for stable 9.2.4, freeze on 2025-05-24, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 01/34] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document,
Michael Tokarev <=
- [Stable-9.2.4 02/34] hw/rtc/goldfish: keep time offset when resetting, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 03/34] hw/pci-host/designware: Fix ATU_UPPER_TARGET register access, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 04/34] target/avr: Fix buffer read in avr_print_insn, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 07/34] target/mips: Simplify and fix update_pagemask, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 05/34] target/mips: Revert TARGET_PAGE_BITS_VARY, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 06/34] target/mips: Require even maskbits in update_pagemask, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 14/34] scsi-disk: Apply error policy for host_status errors again, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 11/34] tcg: Allocate TEMP_VAL_MEM frame in temp_load(), Michael Tokarev, 2025/05/14
- [Stable-9.2.4 08/34] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek, Michael Tokarev, 2025/05/14
- [Stable-9.2.4 09/34] virtio-net: Fix num_buffers for version 1, Michael Tokarev, 2025/05/14