]> git.proxmox.com Git - qemu-server.git/commitdiff
schema: mention that migration with VNC clipboard is not yet supported
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 29 Nov 2023 09:16:35 +0000 (10:16 +0100)
committerFiona Ebner <f.ebner@proxmox.com>
Wed, 29 Nov 2023 09:25:16 +0000 (10:25 +0100)
as this might be surprising to users.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm

index 978aac70343dda8f58dc8b87a246a6d917ddc0d0..2063e663f65f2f1a513a63e843a591500244f598 100644 (file)
@@ -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,