qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 00/10] vnc: add support for multiple vnc displays


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 00/10] vnc: add support for multiple vnc displays
Date: Wed, 10 Dec 2014 10:37:23 +0100

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]