[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL] vnc patch collection
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL] vnc patch collection |
Date: |
Fri, 10 Feb 2012 11:09:56 +0100 |
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(-)
- [Qemu-devel] [PULL] vnc patch collection,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 2/4] vnc: fix ctrl key in vnc terminal emulation, Gerd Hoffmann, 2012/02/10
- [Qemu-devel] [PATCH 4/4] vnc: lift modifier keys on client disconnect., Gerd Hoffmann, 2012/02/10
- [Qemu-devel] [PATCH 3/4] vnc: implement shared flag handling., Gerd Hoffmann, 2012/02/10
- [Qemu-devel] [PATCH 1/4] Fix vnc memory corruption with width = 1400, Gerd Hoffmann, 2012/02/10
- Re: [Qemu-devel] [PULL] vnc patch collection, Anthony Liguori, 2012/02/15