mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
docs/specs: add riscv-iommu
Add a simple guideline to use the existing RISC-V IOMMU support we just added. This doc will be updated once we add the riscv-iommu-sys device. Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20241016204038.649340-13-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
d4f7804bac
commit
77cfbf5d08
3 changed files with 104 additions and 0 deletions
|
@ -84,6 +84,19 @@ none``, as in
|
|||
|
||||
Firmware images used for pflash must be exactly 32 MiB in size.
|
||||
|
||||
riscv-iommu support
|
||||
-------------------
|
||||
|
||||
The board has support for the riscv-iommu-pci device by using the following
|
||||
command line:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ qemu-system-riscv64 -M virt -device riscv-iommu-pci (...)
|
||||
|
||||
Refer to :ref:`riscv-iommu` for more information on how the RISC-V IOMMU support
|
||||
works.
|
||||
|
||||
Machine-specific options
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue