From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoAbG-0008P2-2F for qemu-devel@nongnu.org; Fri, 20 Jan 2012 04:17:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoAb2-0002ub-Pu for qemu-devel@nongnu.org; Fri, 20 Jan 2012 04:17:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoAb2-0002uX-Ff for qemu-devel@nongnu.org; Fri, 20 Jan 2012 04:17:20 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0K9HJJQ012779 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 20 Jan 2012 04:17:19 -0500 From: Gerd Hoffmann Date: Fri, 20 Jan 2012 10:17:10 +0100 Message-Id: <1327051033-2812-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] vnc patch collection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, All of these patches have been on the list before, this is just a re-post after rebasing them. This time with a git repo to pull from for your convinience. Check the individual patch descriptions for details. cheers, Gerd The following changes since commit 515689235c4c3d9c3f0406ddcdd21ed8da77062b: Merge remote-tracking branch 'spice/spice.v47' into staging (2012-01-19 12:51:02 -0600) are available in the git repository at: git://git.kraxel.org/qemu vnc.1 Gerd Hoffmann (3): Fix vnc memory corruption with width = 1400 vnc: fix ctrl key in vnc terminal emulation vnc: implement shared flag handling. qemu-options.hx | 13 ++++++ ui/vnc.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++- ui/vnc.h | 16 ++++++++ 3 files changed, 136 insertions(+), 3 deletions(-)