[pve-devel] [PATCH pve-manager v2 2/3] ui: display: update 'live-migration with VNC-clipboard not working' note

Markus Frank m.frank at proxmox.com
Thu Jan 8 11:10:10 CET 2026


The live-migration feature now works with QEMU 10.1:
5d56bff11e ("ui/vdagent: add migration support")

Signed-off-by: Markus Frank <m.frank at proxmox.com>
---
* update text of hint instead of removing it entirely

 www/manager6/qemu/DisplayEdit.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/manager6/qemu/DisplayEdit.js b/www/manager6/qemu/DisplayEdit.js
index a2c28ba7..06404dd8 100644
--- a/www/manager6/qemu/DisplayEdit.js
+++ b/www/manager6/qemu/DisplayEdit.js
@@ -111,7 +111,9 @@ Ext.define('PVE.qemu.DisplayInputPanel', {
             xtype: 'displayfield',
             name: 'vncMigration',
             userCls: 'pmx-hint',
-            value: gettext('You cannot live-migrate while using the VNC clipboard.'),
+            value: gettext(
+                'You cannot live-migrate while using the VNC clipboard with QEMU versions older than 10.1.',
+            ),
             bind: {
                 hidden: '{hideVNCHint}',
             },
-- 
2.47.3





More information about the pve-devel mailing list