mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Based on the 'guest_numa_node' option, we create and store a list of NUMA nodes in the MemoryManager. The point being to associate a list of memory regions to each node, so that we can later create the ACPI tables with the proper memory range information. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>