mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 16:40:34 +00:00
schema: mention that migration with VNC clipboard is not yet supported
as this might be surprising to users. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
bb30eedfc6
commit
2754b7e4d6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user