Skip to content

Commit

Permalink
docs/system/arm/virt: document missing properties
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Nov 22, 2024
1 parent c9fe115 commit 53fe3cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/system/arm/virt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,18 @@ iommu
``smmuv3``
Create an SMMUv3

default-bus-bypass-iommu
Set ``on``/``off`` to enable/disable `bypass_iommu
<https://gitlab.com/qemu-project/qemu/-/blob/master/docs/bypass-iommu.txt>`_
for default root bus.

ras
Set ``on``/``off`` to enable/disable reporting host memory errors to a guest
using ACPI and guest external abort exceptions. The default is off.

acpi
Set ``on``/``off``/``auto`` to enable/disable ACPI.

dtb-randomness
Set ``on``/``off`` to pass random seeds via the guest DTB
rng-seed and kaslr-seed nodes (in both "/chosen" and
Expand All @@ -186,6 +194,14 @@ dtb-randomness
dtb-kaslr-seed
A deprecated synonym for dtb-randomness.

x-oem-id
Set string (up to 6 bytes) to override the default value of field OEMID in ACPI
table header.

x-oem-table-id
Set string (up to 8 bytes) to override the default value of field OEM Table ID
in ACPI table header.

Linux guest kernel configuration
""""""""""""""""""""""""""""""""

Expand Down

0 comments on commit 53fe3cc

Please sign in to comment.