Re: [PATCH RFC v1 0/1] clipboard sharing implementation for SDL

2023-11-08 Thread Markus Armbruster
Kamay Xutax writes: > Hello, > > This is my first try contributing to QEMU, Welcome! > and I would like some advices before merging my patch into master branch. First piece of advice: it's a busy mailing list, and to get people's attention, cc: them. For a patch, you want to cc: maintainers o

[PATCH RFC v1 0/1] clipboard sharing implementation for SDL

2023-11-08 Thread Kamay Xutax
Hello, This is my first try contributing to QEMU, and I would like some advices before merging my patch into master branch. Current implementation works with qemu-vdagent character device. I decided to ignore QemuClipboardPeer's request function pointer for my current implementation because I cou