]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
monitor: add query-vnc-servers command
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 17 Dec 2014 14:49:44 +0000 (15:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Jan 2015 10:18:47 +0000 (11:18 +0100)
commitdf887684603a4b3b0c623090a6b419dc70f22c32
treef13854afa887a78fac2d5ce9b2eb6fe078c2a7d6
parent2d29a4368c3c00a5cf200f29b3dfd32bc4fb2c31
monitor: add query-vnc-servers command

Add new query vnc qmp command, for the lack of better ideas just name it
"query-vnc-servers".  Changes over query-vnc:

 * It returns a list of vnc servers, so multiple vnc server instances
   are covered.
 * Each vnc server returns a list of server sockets.  Followup patch
   will use that to also report websockets.  In case we add support for
   multiple server sockets server sockets (to better support ipv4+ipv6
   dualstack) we can add them to the list too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qapi-schema.json
qmp-commands.hx
ui/vnc.c