From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUFo-0005Bp-0u for qemu-devel@nongnu.org; Mon, 16 Mar 2015 08:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXUFg-0003iS-Kj for qemu-devel@nongnu.org; Mon, 16 Mar 2015 08:36:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXUFg-0003iB-Fd for qemu-devel@nongnu.org; Mon, 16 Mar 2015 08:36:12 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 04B618EFCA for ; Mon, 16 Mar 2015 12:36:12 +0000 (UTC) From: "Daniel P. Berrange" Date: Mon, 16 Mar 2015 12:36:01 +0000 Message-Id: <1426509364-19513-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Misc fixes for VNC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann This is a small series of fixes for the VNC server, the most significant of which is the last one affecting websockets + TLS integration. These prepare the way for work I'm doing to refactor TLS handling into a module that is reusable across QEMU. Daniel P. Berrange (3): ui: remove unused 'wiremode' variable in VncState struct ui: replace printf() calls with VNC_DEBUG ui: fix VNC websockets TLS integration ui/vnc-auth-vencrypt.c | 1 - ui/vnc-tls.c | 72 ++++++++++++++++++++---------------------------- ui/vnc-tls.h | 7 ----- ui/vnc-ws.c | 36 ++++++------------------ ui/vnc-ws.h | 2 +- ui/vnc.c | 74 ++++++++++++++++++++++++++++++++------------------ ui/vnc.h | 9 ++++-- 7 files changed, 93 insertions(+), 108 deletions(-) -- 2.1.0