OSDN Git Service

vnc: allow binding servers to qemu consoles
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 18 Sep 2014 10:54:49 +0000 (12:54 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Jan 2015 10:18:46 +0000 (11:18 +0100)
commit1d0d59fe291967533f974e82213656d479475a1e
tree9a5f88b7778b1896371b6fd65b20675ce050e2bf
parent4db14629c38611061fc19ec6927405923de84f08
vnc: allow binding servers to qemu consoles

This patch adds a display= parameter to the vnc options.  This allows to
bind a vnc server instance to a specific display, allowing to create a
multiseat setup with a vnc server for each seat.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c