Re: [PATCH v4 7/9] ui/vnc: clipboard support

2021-04-27 Thread Marc-André Lureau
On Fri, Apr 23, 2021 at 12:34 PM Gerd Hoffmann wrote: > 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 > Reviewed-by: Marc-Andr

[PATCH v4 7/9] ui/vnc: clipboard support

2021-04-23 Thread Gerd Hoffmann
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 --- ui/vnc.h | 24 ui/vnc-clipboard.c | 323 +