From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57760 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGwwa-0000ug-OJ for qemu-devel@nongnu.org; Tue, 25 May 2010 12:25:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGwwV-0005X8-GE for qemu-devel@nongnu.org; Tue, 25 May 2010 12:25:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23594) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGwwV-0005Wk-2L for qemu-devel@nongnu.org; Tue, 25 May 2010 12:25:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4PGPM2s006984 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 May 2010 12:25:22 -0400 From: Gerd Hoffmann Date: Tue, 25 May 2010 18:25:15 +0200 Message-Id: <1274804720-518-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] vnc: desktop size patches. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: 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(-)