diff --git a/docs/live_migration.md b/docs/live_migration.md index 1ccd30165..7eba6f645 100644 --- a/docs/live_migration.md +++ b/docs/live_migration.md @@ -381,6 +381,10 @@ migration process. Via the API or `ch-remote`, you may specify: - `memory_mode `: \ Memory transfer mode. `postcopy` resumes the destination first and faults guest pages in on demand over a dedicated connection. Defaults to `precopy`. +- `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