From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvnQj-00009y-W6 for qemu-devel@nongnu.org; Fri, 10 Feb 2012 05:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvnQc-0004RU-5y for qemu-devel@nongnu.org; Fri, 10 Feb 2012 05:10:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvnQb-0004PO-5d for qemu-devel@nongnu.org; Fri, 10 Feb 2012 05:10:05 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1AAA4RR010522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 10 Feb 2012 05:10:04 -0500 From: Gerd Hoffmann Date: Fri, 10 Feb 2012 11:09:56 +0100 Message-Id: <1328868600-9025-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] vnc patch collection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes my vnc patch collection again. Rebased to latest master. gained one more patch. All patches have been on the list before, the last patch just once, the other ones multiple times. Seems nobody wants tp pick them up, MAINTAINERS has no vnc entry too, so I'll try a straigt pull request this time, hoping to get the bits merged finally. please pull, Gerd The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4: make: Remove duplicate use of GLIB_CFLAGS (2012-02-09 20:44:38 +0400) are available in the git repository at: git://git.kraxel.org/qemu vnc.2 Gerd Hoffmann (4): Fix vnc memory corruption with width = 1400 vnc: fix ctrl key in vnc terminal emulation vnc: implement shared flag handling. vnc: lift modifier keys on client disconnect. qemu-options.hx | 13 +++++ ui/vnc.c | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++- ui/vnc.h | 16 +++++++ 3 files changed, 161 insertions(+), 3 deletions(-)