From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxqHa-0007O2-Eb for qemu-devel@nongnu.org; Wed, 15 Feb 2012 20:37:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxqHW-0007QO-0i for qemu-devel@nongnu.org; Wed, 15 Feb 2012 20:37:14 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:34725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxqHV-0007QE-Qk for qemu-devel@nongnu.org; Wed, 15 Feb 2012 20:37:09 -0500 Received: by dadp14 with SMTP id p14so1763993dad.4 for ; Wed, 15 Feb 2012 17:37:08 -0800 (PST) Message-ID: <4F3C5DC0.1030305@redhat.com> Date: Wed, 15 Feb 2012 19:37:04 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1328868600-9025-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1328868600-9025-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] vnc patch collection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 02/10/2012 04:09 AM, Gerd Hoffmann wrote: > 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, Pulled. Thanks. Regards, Anthony Liguori > 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(-) > >