vmm: add upper limit for amount of parallel connections during migration

Check that the amount of parallel connections does not exceed 128 and
update documentation.

On-behalf-of: SAP sebastian.eydam@sap.com
Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>
This commit is contained in:
Sebastian Eydam
2026-04-01 16:10:19 +02:00
committed by Bo Chen
parent a9a832f392
commit ecddc6f842
4 changed files with 60 additions and 8 deletions

View File

@@ -1410,6 +1410,11 @@ components:
format: int64
default: 1
minimum: 1
maximum: 128
description: >
The number of parallel TCP connections to use for migration.
Must be between 1 and 128. Multiple connections are not supported
with local UNIX-socket migration.
VmAddUserDevice:
required: