Re: [PATCH v6 6/9] ui/vdagent: add clipboard support

2021-05-19 Thread Marc-André Lureau
On Wed, May 19, 2021 at 9:40 AM Gerd Hoffmann wrote: > 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

[PATCH v6 6/9] ui/vdagent: add clipboard support

2021-05-18 Thread Gerd Hoffmann
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 --- c