]> git.proxmox.com Git - mirror_qemu.git/commit - ui/meson.build
ui/vnc: clipboard support
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 19 May 2021 05:39:38 +0000 (07:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 21 May 2021 07:42:44 +0000 (09:42 +0200)
commit0bf41cab93e5c72dcda717abd625698b59d9ba3e
tree9f240856fecebcdf5c11adf1a3879fa318820b6c
parentf0349f4d8947ad32d0fa4678cbf5dbb356fcbda1
ui/vnc: clipboard support

This patch adds support for cut+paste to the qemu vnc server, which
allows the vnc client exchange clipbaord data with qemu and other peers
like the qemu vdagent implementation.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20210519053940.1888907-1-kraxel@redhat.com
Message-Id: <20210519053940.1888907-8-kraxel@redhat.com>
ui/meson.build
ui/vnc-clipboard.c [new file with mode: 0644]
ui/vnc.c
ui/vnc.h