mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-09 14:11:34 +00:00
This is only part of the message corruption solution. The other part is fixing virtio-serial / spice-qemu-char throttling code. -replace write_[lock/unlock/completion] calls with [new/enqueue]_message -remove clipboard specific _out_msg_* class members -remove ugly loop - while (a->_out_msg && a->write_clipboard()); -add _message_mutex for message queue -fix pending_write race using _write_mutex -TODO: enqueue large message without dividing it to chunks in advance rhbz #846427 |
||
|---|---|---|
| .. | ||
| desktop_layout.cpp | ||
| desktop_layout.h | ||
| display_setting.cpp | ||
| display_setting.h | ||
| resource.h | ||
| vdagent.cpp | ||
| vdagent.rc | ||
| vdagent.vcproj | ||