]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
config: enable VNC clipboard parameter in vga_fmt
authorMarkus Frank <m.frank@proxmox.com>
Tue, 14 Nov 2023 09:22:51 +0000 (10:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Nov 2023 15:20:08 +0000 (16:20 +0100)
commitb62997a171442d9cbc682da7e48b38e2544b31bd
tree999976b6cd220945464b01422ba5c1e296a79476
parent011e9ffdbd3d951648a5d5913f270cf21f1a717b
config: enable VNC clipboard parameter in vga_fmt

add option to use the qemu vdagent implementation to enable the VNC
clipboard. When enabled with SPICE the spice-vdagent gets replaced
with the QEMU implementation.

This patch does not solve #1406, but does allow copy and paste with a
running X-session, when spice-vdagent is installed on the guest.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm