From 1a1c21024aaeee4dd6ae0e4499fe4d9e4edf2f40 Mon Sep 17 00:00:00 2001 From: Pascal Scholz Date: Wed, 15 Jul 2026 16:41:29 +0200 Subject: [PATCH] docs: Include description for `zone_updates` parameter Signed-off-by: Pascal Scholz On-behalf-of: SAP pascal.scholz@sap.com --- docs/live_migration.md | 4 ++++ 1 file changed, 4 insertions(+) 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