From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XydiN-0000C5-Bq for qemu-devel@nongnu.org; Wed, 10 Dec 2014 04:37:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XydiE-00082Y-QH for qemu-devel@nongnu.org; Wed, 10 Dec 2014 04:37:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XydiE-00082F-IV for qemu-devel@nongnu.org; Wed, 10 Dec 2014 04:37:38 -0500 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 sBA9bbYh017753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 04:37:37 -0500 From: Gerd Hoffmann Date: Wed, 10 Dec 2014 10:37:23 +0100 Message-Id: <1418204253-5869-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/10] vnc: add support for multiple vnc displays List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, New version of the series after a logn break. No major changes in the existing patches, added some new patches though: Patch #3 to add the vnc display name to the acls, and patches 8-10 adding a new monitor command to query vnc server information. please review, Gerd Gerd Hoffmann (10): vnc: remove vnc_display global vnc: remove unused DisplayState parameter, add id instead. vnc: add display id to acl names vnc: switch to QemuOpts, allow multiple servers vnc: allow binding servers to qemu consoles vnc: update docs/multiseat.txt vnc: track & limit connections vnc: factor out qmp_query_client_list monitor: add query-vnc2 command monitor: add vnc websockets docs/multiseat.txt | 18 +- include/ui/console.h | 18 +- qapi-schema.json | 55 ++++- qmp-commands.hx | 5 + qmp.c | 15 +- ui/vnc.c | 567 +++++++++++++++++++++++++++++++++++++-------------- ui/vnc.h | 5 + vl.c | 41 ++-- 8 files changed, 526 insertions(+), 198 deletions(-) -- 1.8.3.1