]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer.pm
schema: mention that migration with VNC clipboard is not yet supported
[qemu-server.git] / 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,