Re: [Qemu-devel] [PATCH 0/5] vnc: desktop size patches.

2010-05-26 Thread Daniel P. Berrange
On Tue, May 25, 2010 at 06:25:15PM +0200, Gerd Hoffmann wrote:
   Hi,
 
 This series brings a bunch of vnc desktop size patches, fixing the
 issues discussed in the Possible race condition in VNC display
 resizing thread.  Check list archive here:
 
 http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg01778.html
 
 cheers,
   Gerd
 
 Gerd Hoffmann (5):
   vnc: factor out vnc_desktop_resize()
   vnc: send desktopresize event as reply to set encodings
   vnc: keep track of client desktop size
   vnc: don't send invalid screen updates.
   vnc: move size-changed check into the vnc_desktop_resize function.
 
  vnc.c |   50 +-
  vnc.h |2 ++
  2 files changed, 35 insertions(+), 17 deletions(-)

ACK, these patches look good for solving both of the problems I encountered
(the resize race + the out-of-bounds updates) in that quoted thread.

Daniel
-- 
|: Red Hat, Engineering, London-o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org-o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|



[Qemu-devel] [PATCH 0/5] vnc: desktop size patches.

2010-05-25 Thread Gerd Hoffmann
  Hi,

This series brings a bunch of vnc desktop size patches, fixing the
issues discussed in the Possible race condition in VNC display
resizing thread.  Check list archive here:

http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg01778.html

cheers,
  Gerd

Gerd Hoffmann (5):
  vnc: factor out vnc_desktop_resize()
  vnc: send desktopresize event as reply to set encodings
  vnc: keep track of client desktop size
  vnc: don't send invalid screen updates.
  vnc: move size-changed check into the vnc_desktop_resize function.

 vnc.c |   50 +-
 vnc.h |2 ++
 2 files changed, 35 insertions(+), 17 deletions(-)