From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVIBd-0002vV-RR for qemu-devel@nongnu.org; Tue, 10 Mar 2015 07:19:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVIBZ-000127-4j for qemu-devel@nongnu.org; Tue, 10 Mar 2015 07:18:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVIBY-00011q-Tv for qemu-devel@nongnu.org; Tue, 10 Mar 2015 07:18:53 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2ABIptd000640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 10 Mar 2015 07:18:52 -0400 From: Gerd Hoffmann Date: Tue, 10 Mar 2015 12:18:43 +0100 Message-Id: <1425986326-28797-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] vnc: some code cleanups. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This series carries a few cleanups for the vnc code, mostly the display initialization. please review, Gerd Gerd Hoffmann (3): vnc: drop display+ws_display from VncDisplay vnc: remove dead code vnc: switch to inet_listen_opts ui/vnc-auth-sasl.c | 2 +- ui/vnc.c | 110 +++++++++++++++++++++++++---------------------------- ui/vnc.h | 6 +-- 3 files changed, 56 insertions(+), 62 deletions(-) -- 1.8.3.1