Module host_params

Source
Expand description

Module used to parse the host parameters used to setup Underhill. These are provided via a device tree IGVM parameter.

Modulesยง

dt ๐Ÿ”’
Parse partition info using the IGVM device tree parameter.
mmio ๐Ÿ”’
Manages MMIO range partitioning between VTLs.
shim_params
Parameters that are fixed at IGVM build time by the underhill loader.

Structsยง

PartitionInfo
Information about the guest partition.

Constantsยง

COMMAND_LINE_SIZE
MAX_CPU_COUNT
Maximum supported cpu count by underhill.
MAX_ENTROPY_SIZE
Maximum size of the host-provided entropy
MAX_NUMA_NODES
The maximum number of supported virtual NUMA nodes. This must be at least as large as whatever the host supports.
MAX_PARTITION_RAM_RANGES ๐Ÿ”’
The maximum number of ram ranges that can be read from the host.
MAX_VTL2_RAM_RANGES ๐Ÿ”’
Each ram range reported by the host for VTL2 is split per NUMA node.
MAX_VTL2_USED_RANGES
Maximum number of supported VTL2 used ranges.