From: Peter Krempa Date: Thu, 26 Jun 2025 15:20:21 +0000 (+0200) Subject: virSystemdCreateMachine: Document @maxthreds X-Git-Tag: v11.6.0-rc1~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0df20b69c8c235946a307ee9b031002d69137852;p=thirdparty%2Flibvirt.git virSystemdCreateMachine: Document @maxthreds The parameter overrides the maximum number of threads for the machine. Fixes: d5572f62e32 Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina --- diff --git a/src/util/virsystemd.c b/src/util/virsystemd.c index 92d2890360..4f8424ae32 100644 --- a/src/util/virsystemd.c +++ b/src/util/virsystemd.c @@ -357,6 +357,7 @@ virSystemdGetMachineUnitByPID(pid_t pid) * @nnicindexes: number of network interface indexes in list * @nicindexes: list of network interface indexes * @partition: name of the slice to place the machine in + * @maxthreads: maximum number of threads the VM process can use * * Returns 0 on success, -1 on fatal error, or -2 if systemd-machine is not available */