From 33f614f346e12b8527de237ce5f54584dc270df5 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 11 Mar 2025 14:20:55 +0100 Subject: [PATCH] qm: resource mapping: document `live-migration-capable` setting Reviewed-by: Christoph Heiss Reviewed-by: Fiona Ebner Signed-off-by: Dominik Csapak --- qm.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qm.adoc b/qm.adoc index d26a4ca..2617a7c 100644 --- a/qm.adoc +++ b/qm.adoc @@ -1960,6 +1960,12 @@ Currently there are the following options: mapping, the mediated device will be created on the first one where there are any available instances of the selected type. +* `live-migration-capable` (PCI): This marks the PCI device as being capable of + being live migrated between nodes. This requires driver and hardware support. + Only NVIDIA GPUs with recent kernel are known to support this. Note that live + migrating passed through devices is an experimental feature and may not work + or cause issues. + Managing Virtual Machines with `qm` ------------------------------------