mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
docs/system/arm/virt: document missing properties
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20241206192254.3889131-5-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
332a04b63a
commit
e30e6fdcc5
1 changed files with 16 additions and 0 deletions
|
@ -167,10 +167,18 @@ iommu
|
||||||
``smmuv3``
|
``smmuv3``
|
||||||
Create an 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
|
ras
|
||||||
Set ``on``/``off`` to enable/disable reporting host memory errors to a guest
|
Set ``on``/``off`` to enable/disable reporting host memory errors to a guest
|
||||||
using ACPI and guest external abort exceptions. The default is off.
|
using ACPI and guest external abort exceptions. The default is off.
|
||||||
|
|
||||||
|
acpi
|
||||||
|
Set ``on``/``off``/``auto`` to enable/disable ACPI.
|
||||||
|
|
||||||
dtb-randomness
|
dtb-randomness
|
||||||
Set ``on``/``off`` to pass random seeds via the guest DTB
|
Set ``on``/``off`` to pass random seeds via the guest DTB
|
||||||
rng-seed and kaslr-seed nodes (in both "/chosen" and
|
rng-seed and kaslr-seed nodes (in both "/chosen" and
|
||||||
|
@ -184,6 +192,14 @@ dtb-randomness
|
||||||
dtb-kaslr-seed
|
dtb-kaslr-seed
|
||||||
A deprecated synonym for dtb-randomness.
|
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
|
Linux guest kernel configuration
|
||||||
""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue