[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 4/9] qemu-options.hx: Document the virtio-iommu-pci granule op
From: |
Eric Auger |
Subject: |
[PATCH v6 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option |
Date: |
Tue, 5 Mar 2024 19:06:22 +0100 |
We are missing an entry for the virtio-iommu-pci device. Add the
information on which machine it is currently supported and document
the new granule option.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
---
qemu-options.hx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/qemu-options.hx b/qemu-options.hx
index 9a47385c15..757df3eac0 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1172,6 +1172,14 @@ SRST
Please also refer to the wiki page for general scenarios of VT-d
emulation in QEMU: https://wiki.qemu.org/Features/VT-d.
+``-device virtio-iommu-pci[,option=...]``
+ This is only supported by ``-machine q35`` and ``-machine virt``.
+ It supports below options:
+
+ ``granule=val`` (possible values are 4k, 8k, 16k, 64k and host; default:
host)
+ This decides the default granule to be be exposed by the
+ virtio-iommu. If host, the granule matches the host page size.
+
ERST
DEF("name", HAS_ARG, QEMU_OPTION_name,
--
2.41.0
- [PATCH v6 0/9] VIRTIO-IOMMU: Introduce aw-bits and granule options, Eric Auger, 2024/03/05
- [PATCH v6 1/9] qdev: Add a granule_mode property, Eric Auger, 2024/03/05
- [PATCH v6 3/9] virtio-iommu: Change the default granule to the host page size, Eric Auger, 2024/03/05
- [PATCH v6 2/9] virtio-iommu: Add a granule property, Eric Auger, 2024/03/05
- [PATCH v6 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option,
Eric Auger <=
- [PATCH v6 5/9] virtio-iommu: Trace domain range limits as unsigned int, Eric Auger, 2024/03/05
- [PATCH v6 6/9] virtio-iommu: Add an option to define the input range width, Eric Auger, 2024/03/05
- [PATCH v6 7/9] hw/i386/q35: Set virtio-iommu aw-bits default value to 39, Eric Auger, 2024/03/05
- [PATCH v6 8/9] hw/arm/virt: Set virtio-iommu aw-bits default value to 48, Eric Auger, 2024/03/05
- [PATCH v6 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option, Eric Auger, 2024/03/05