The live-migration feature now works with qemu's upstream commit:
5d56bff11e ("ui/vdagent: add migration support")Signed-off-by: Markus Frank <[email protected]> --- qm.adoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qm.adoc b/qm.adoc index eb6ab4d..9bd2c3e 100644 --- a/qm.adoc +++ b/qm.adoc @@ -1030,14 +1030,6 @@ SPICE, virtio or virgl, you'll need to choose which clipboard to use. This is because the default *SPICE* clipboard will be replaced by the *VNC* clipboard, if `clipboard` is set to `vnc`. -// TODO: Change NOTE below when live-migration patch is packaged in pve-qemu: -// https://lists.gnu.org/archive/html/qemu-devel/2025-05/msg05656.html -NOTE: In order to enable the VNC clipboard, QEMU is configured to use the -qemu-vdagent device. -https://lists.gnu.org/archive/html/qemu-devel/2021-08/msg05393.html[Currently, -the qemu-vdagent device does not support live migration.] This means that a VM -with an enabled VNC clipboard cannot be live-migrated at the moment. - [[qm_usb_passthrough]] USB Passthrough ~~~~~~~~~~~~~~~ -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
