mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 17:47:31 +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,
|
maximum => 512,
|
||||||
},
|
},
|
||||||
clipboard => {
|
clipboard => {
|
||||||
description => 'Enable a specific clipboard. If not set, depending on'
|
description => 'Enable a specific clipboard. If not set, depending on the display type the'
|
||||||
.' the display type the SPICE one will be added.',
|
.' SPICE one will be added. Migration with VNC clipboard is not yet supported!',
|
||||||
type => 'string',
|
type => 'string',
|
||||||
enum => ['vnc'],
|
enum => ['vnc'],
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user