ui/vdagent: add clipboard support
commitf0349f4d8947ad32d0fa4678cbf5dbb356fcbda1
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 19 May 2021 05:39:37 +0000 (19 07:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 21 May 2021 07:42:44 +0000 (21 09:42 +0200)
treedacf0ee99c7340083b12a3d36e2dc4b758d5c92c
parent56081919801f1a118983b3a500fb2270844ac8c2
ui/vdagent: add clipboard support

This patch adds support for clipboard messages to the qemu vdagent
implementation, which allows the guest exchange clipboard data with
qemu.  Clipboard support can be enabled/disabled using the new
'clipboard' parameter for the vdagent chardev.  Default is off.

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-7-kraxel@redhat.com>
chardev/char.c
qapi/char.json
ui/trace-events
ui/vdagent.c