suppress
Explicitly request the suppression or generation of the specified system information table type in the guest
Synopsis:
[system_table_type] suppress|generate
Description:
By default a QNX hypervisor always generates an FDT when it runs on an ARM
platform, and ACPI information when it runs on an x86 platform. It doesn't currently
support ACPI on ARM architectures or FDTs on x86 architectures, so the
generate
property is for future use only.
The system_table_type argument specifies the type of system
information table to suppress or generate; this can be either fdt
(ARM) or acpi
(x86).
Examples:
The following suppresses the FDT system information table in an ARM guest:
fdt suppress
The following suppresses the ACPI system information table in an x86 guest:
acpi suppress
Page updated: