Reviewed-by: Dominik Csapak <[email protected]>

On 1/8/26 11:11 AM, Markus Frank wrote:
The live-migration feature now works with QEMU 10.1:
5d56bff11e ("ui/vdagent: add migration support")

Signed-off-by: Markus Frank <[email protected]>
---
* 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}',
              },



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to