mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
We consume `zone_updates` from `VmReceiveMigrationData` and `RestoreConfig` to remap already existing `MemoryZone`s to different host NUMA nodes. For now, we do not support further changes, such as altering the size of the respective `MemoryZone`s. These changes allow to migrate a VM to a host that has the capacity to host the same `MemoryZone`s on a different NUMA layout. Signed-off-by: Pascal Scholz <pascal.scholz@cyberus-technology.de> On-behalf-of: SAP pascal.scholz@sap.com