[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v8 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits op
From: |
Eric Auger |
Subject: |
[PATCH v8 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option |
Date: |
Thu, 7 Mar 2024 14:43:10 +0100 |
Document the new aw-bits option.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
---
v7 -> v8:
- remove "it defaults"
- removed Cedric's R-b
v4 -> v5
- tweek the aw-bits option description according to Cédric's
suggestion
---
qemu-options.hx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/qemu-options.hx b/qemu-options.hx
index 379792a215..9d49ce9460 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1180,6 +1180,9 @@ SRST
This decides the default granule to be be exposed by the
virtio-iommu. If host, the granule matches the host page size.
+ ``aw-bits=val`` (val between 32 and 64, default depends on machine)
+ This decides the address width of the IOVA address space.
+
ERST
DEF("name", HAS_ARG, QEMU_OPTION_name,
--
2.41.0
- [PATCH v8 0/9] VIRTIO-IOMMU: Introduce aw-bits and granule options, Eric Auger, 2024/03/07
- [PATCH v8 2/9] virtio-iommu: Add a granule property, Eric Auger, 2024/03/07
- [PATCH v8 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option,
Eric Auger <=
- [PATCH v8 1/9] qdev: Add a granule_mode property, Eric Auger, 2024/03/07
- [PATCH v8 3/9] virtio-iommu: Change the default granule to the host page size, Eric Auger, 2024/03/07
- [PATCH v8 7/9] hw/i386/q35: Set virtio-iommu aw-bits default value to 39, Eric Auger, 2024/03/07
- [PATCH v8 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option, Eric Auger, 2024/03/07
- [PATCH v8 6/9] virtio-iommu: Add an option to define the input range width, Eric Auger, 2024/03/07
- [PATCH v8 5/9] virtio-iommu: Trace domain range limits as unsigned int, Eric Auger, 2024/03/07
- [PATCH v8 8/9] hw/arm/virt: Set virtio-iommu aw-bits default value to 48, Eric Auger, 2024/03/07