mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The SRAT table (System Resource Affinity Table) is needed to describe NUMA nodes and how memory ranges and CPUs are attached to them. For now it simply attaches a list of Memory Affinity structures based on the list of NUMA nodes created from the VMM. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>