Re: [PATCH v5 0/9] ui: add vdagent implementation and clipboard support.

2021-05-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210505060901.828658-1-kra...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210505060901.828658-1-kra...@redhat.com Subject: [PATCH v5 0/9] ui: add vdagent

[PATCH v5 0/9] ui: add vdagent implementation and clipboard support.

2021-05-04 Thread Gerd Hoffmann
Fist sketch of cut+paste support for vnc. On the guest side we are going to reuse the spice vdagent, so things should work out-of-the-box with guests in the wild. So this patch set brings a qemu implemenation of the vdagent protocol. Beside that there is the clipboard infrastructure of course.