<simics-uefi>.add-acpi-table-bytes "table-name" table-as-byte-list
add-acpi-table-bytes adds the provided list of bytes as an ACPI table to the list of ACPI tables that will be installed/overridden during boot. The command will try to find an available slot. If it cannot it will raise an error. The required argument table-name is used to create a name for the image object that will store the provided bytes. The name can be freely chosen and does not need to correspond to the actual ACPI table name. The required argument table-as-byte-list is expected to be a list of integers that are no more than 8 bits wide and represent the bytes of the ACPI table.
simics-uefi