From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52956 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1aZi-0002dB-Lo for qemu-devel@nongnu.org; Mon, 21 Mar 2011 04:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1aZc-0007Q7-Rm for qemu-devel@nongnu.org; Mon, 21 Mar 2011 04:34:49 -0400 Received: from smtp5.tech.numericable.fr ([82.216.111.41]:46727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1aZc-0007Pk-Mv for qemu-devel@nongnu.org; Mon, 21 Mar 2011 04:34:48 -0400 From: Corentin Chary Date: Mon, 21 Mar 2011 09:34:34 +0100 Message-Id: <1300696478-6051-1-git-send-email-corentin.chary@gmail.com> Subject: [Qemu-devel] [PATCH 0/4] VNC fixs collection List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: Blue Swirl , qemu-devel , Corentin Chary , Paolo Bonzini Hi Anthony, Here are some vnc related patchs that should be merged. Thanks, Corentin Chary (1): vnc: don't mess up with iohandlers in the vnc thread Michael Tokarev (1): vnc: tight: Fix crash after 2GB of output Stefan Weil (1): vnc: Limit r/w access to size of allocated memory Wen Congyang (1): fix vnc regression ui/vnc-enc-tight.c | 5 +++-- ui/vnc-enc-zlib.c | 4 ++-- ui/vnc-jobs-async.c | 48 +++++++++++++++++++++++++++++------------------- ui/vnc-jobs.h | 1 + ui/vnc.c | 23 +++++++++++++++++++++-- ui/vnc.h | 2 ++ 6 files changed, 58 insertions(+), 25 deletions(-) -- 1.7.3.4