All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/10] vnc: add support for multiple vnc displays
@ 2014-12-16 13:19 Gerd Hoffmann
  2014-12-16 13:19 ` [Qemu-devel] [PATCH v3 01/10] vnc: remove vnc_display global Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2014-12-16 13:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-12-17  8:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 13:19 [Qemu-devel] [PATCH v3 00/10] vnc: add support for multiple vnc displays Gerd Hoffmann
2014-12-16 13:19 ` [Qemu-devel] [PATCH v3 01/10] vnc: remove vnc_display global Gerd Hoffmann
2014-12-16 13:19 ` [Qemu-devel] [PATCH v3 02/10] vnc: remove unused DisplayState parameter, add id instead Gerd Hoffmann
2014-12-16 13:19 ` [Qemu-devel] [PATCH v3 03/10] vnc: add display id to acl names Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 04/10] vnc: switch to QemuOpts, allow multiple servers Gerd Hoffmann
2014-12-17  3:46   ` Gonglei
2014-12-17  7:46     ` Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 05/10] vnc: allow binding servers to qemu consoles Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 06/10] vnc: update docs/multiseat.txt Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 07/10] vnc: track & limit connections Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 08/10] vnc: factor out qmp_query_client_list Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 09/10] monitor: add query-vnc2 command Gerd Hoffmann
2014-12-16 13:20 ` [Qemu-devel] [PATCH v3 10/10] monitor: add vnc websockets Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.