From: Fiona Ebner Date: Wed, 29 Nov 2023 09:16:35 +0000 (+0100) Subject: schema: mention that migration with VNC clipboard is not yet supported X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2754b7e4d6bd85c5254449bf391f6670ccd4ecb8;hp=bb30eedfc611f8c096238b74558d5cc5fd4190bb;p=qemu-server.git schema: mention that migration with VNC clipboard is not yet supported as this might be surprising to users. Signed-off-by: Fiona Ebner --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 978aac7..2063e66 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -201,8 +201,8 @@ my $vga_fmt = { maximum => 512, }, clipboard => { - description => 'Enable a specific clipboard. If not set, depending on' - .' the display type the SPICE one will be added.', + description => 'Enable a specific clipboard. If not set, depending on the display type the' + .' SPICE one will be added. Migration with VNC clipboard is not yet supported!', type => 'string', enum => ['vnc'], optional => 1,