qemu-devel
[Top][All Lists]
Advanced

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

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


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v3 00/10] vnc: add support for multiple vnc displays
Date: Tue, 16 Dec 2014 14:19:56 +0100

  Hi,

New and hopefully final version multiple vnc display patch series.
Monitor commands (last two patches) got sorted, otherwise only minor
tweaks here and there.  Added some reviewed-by tags.

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     |  73 +++++-
 qmp-commands.hx      |   5 +
 qmp.c                |  15 +-
 ui/vnc.c             | 634 ++++++++++++++++++++++++++++++++++++++-------------
 ui/vnc.h             |   5 +
 vl.c                 |  41 ++--
 8 files changed, 611 insertions(+), 198 deletions(-)

-- 
1.8.3.1




reply via email to

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