Re: [Qemu-devel] [PATCH] vnc: fix update stalls

2019-03-05 Thread Ying Fang
On 2019/3/5 21:09, Gerd Hoffmann wrote: > vnc aborts display update jobs on video mode switches and page flips. > That can cause vnc update stalls in case an unfinished vnc job gets > aborted. The vnc client will never receive the requested update then. > Fix that by copying the state from job_upd

[Qemu-devel] [PATCH] vnc: fix update stalls

2019-03-05 Thread Gerd Hoffmann
vnc aborts display update jobs on video mode switches and page flips. That can cause vnc update stalls in case an unfinished vnc job gets aborted. The vnc client will never receive the requested update then. Fix that by copying the state from job_update back to update in that case. Reports compla