From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/2] Lost VNC patches Date: Wed, 14 Mar 2012 16:46:28 -0500 Message-ID: <4F6111B4.2050504@us.ibm.com> References: <1331708328-21414-1-git-send-email-corentincj@iksaif.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Peter Lieven , qemu-devel@nongnu.org, kvm@vger.kernel.org, weil@mail.berlios.de To: Corentin Chary Return-path: Received: from e35.co.us.ibm.com ([32.97.110.153]:34066 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030902Ab2CNVqv (ORCPT ); Wed, 14 Mar 2012 17:46:51 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 14 Mar 2012 15:46:49 -0600 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 34923C9005C for ; Wed, 14 Mar 2012 17:46:32 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2ELkW0c260836 for ; Wed, 14 Mar 2012 17:46:32 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2ELkVrr025742 for ; Wed, 14 Mar 2012 18:46:32 -0300 In-Reply-To: <1331708328-21414-1-git-send-email-corentincj@iksaif.net> Sender: kvm-owner@vger.kernel.org List-ID: On 03/14/2012 01:58 AM, Corentin Chary wrote: > Hi Anthony, > > Please merge these two patchs from another age, they fix crash in the VNC > server (the iohandler one is only for the threaded server). Applied. Thanks. Regards, Anthony Liguori > > Thanks, > > Corentin Chary (1): > vnc: don't mess up with iohandlers in the vnc thread > > Stefan Weil (1): > vnc: Limit r/w access to size of allocated memory > > ui/vnc-jobs-async.c | 48 +++++++++++++++++++++++++++++------------------- > ui/vnc-jobs.h | 1 + > ui/vnc.c | 15 +++++++++++++++ > ui/vnc.h | 2 ++ > 4 files changed, 47 insertions(+), 19 deletions(-) >