Source: qemu Version: 2.6+dfsg-1 Severity: important Tags: upstream patch Depending on network characteristics between qemu vnc server and a vnc client, and what the guest OS is doing, there's quite high chance of seeing sporadic disconnects from the server in the middle of ui update. This is because in qemu there IS a special case for handling EAGAIN error condition (when the system is unable to send as much data as requested), but due to wrong logic, it closes the vnc socket anyway.
Patch for this issue is trivial and has been submitted upstream. /mjt

