mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
docs: Include description for zone_updates parameter
Signed-off-by: Pascal Scholz <pascal.scholz@cyberus-technology.de> On-behalf-of: SAP pascal.scholz@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
69e7d53a5f
commit
1a1c21024a
@@ -381,6 +381,10 @@ migration process. Via the API or `ch-remote`, you may specify:
|
|||||||
- `memory_mode <precopy|postcopy>`: \
|
- `memory_mode <precopy|postcopy>`: \
|
||||||
Memory transfer mode. `postcopy` resumes the destination first and faults
|
Memory transfer mode. `postcopy` resumes the destination first and faults
|
||||||
guest pages in on demand over a dedicated connection. Defaults to `precopy`.
|
guest pages in on demand over a dedicated connection. Defaults to `precopy`.
|
||||||
|
- `zone_updates <list of zone updates>`: \
|
||||||
|
A list of updates to apply to memory zones on the receiver side. For example,
|
||||||
|
this can be used to remap memory zones to another NUMA node. Each zone update
|
||||||
|
has the form `zone_id@host_numa_node`.
|
||||||
|
|
||||||
## Migrating VMs with VFIO Devices
|
## Migrating VMs with VFIO Devices
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user