From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36619 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PheLc-0004br-Oa for qemu-devel@nongnu.org; Tue, 25 Jan 2011 03:34:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PheLH-0001em-EP for qemu-devel@nongnu.org; Tue, 25 Jan 2011 03:33:56 -0500 Received: from smtp1.tech.numericable.fr ([82.216.111.37]:40301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PheLH-0001dz-82 for qemu-devel@nongnu.org; Tue, 25 Jan 2011 03:33:35 -0500 From: Corentin Chary Date: Tue, 25 Jan 2011 09:33:25 +0100 Message-Id: <1295944407-19680-1-git-send-email-corentin.chary@gmail.com> In-Reply-To: <1295902845-29807-3-git-send-email-aliguori@us.ibm.com> References: <1295902845-29807-3-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] vnc: the lost parts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Corentin Chary Hi Anthony, If you want to enable vnc threaded server by default, you should really merge these two lost patchs :). Thanks, Corentin Chary (1): vnc: qemu can die if the client is disconnected while updating screen Yoshiaki Tamura (1): vl.c: set NULL upon deleting handlers in qemu_set_fd_handler2() ui/vnc-jobs-async.c | 4 ++++ vl.c | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) -- 1.7.3.4