Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Resources: array of string. OPTIONAL. An array of hardware resources requested by the container to be accessible.  Entries are key-value pairs of strings, in the format of `RESOURCE=FIRMWARE`DEVICE_DATA`, where: `RESOURCE` identifies a physical resource to be assigned to the container. Initial supported hardware identifiers are `PCI BDFs` and `device tree paths`. `FIRMWARE`  `DEVICE_DATA` is the binary file to be loaded into the hardware resource before assigning it to the container to make it usable. `null` specifies that no binaries need to be loaded. The mechanism to load the `FIRMWARE` `DEVICE_DATA` binary is specific to the hardware resource in question.

...