]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: add 'sharePolicy' attribute to graphics element for vnc
authorGuannan Ren <gren@redhat.com>
Tue, 21 May 2013 14:31:48 +0000 (22:31 +0800)
committerGuannan Ren <gren@redhat.com>
Wed, 22 May 2013 11:18:43 +0000 (19:18 +0800)
commit2a58d076541b82cef4859ac18812876a5dd3b541
tree9d5e942d1d937663fc78a30a6990210d55ec6cfe
parentd377d02dc400aebb34e3a12995b3aa3925c25663
conf: add 'sharePolicy' attribute to graphics element for vnc

 -vnc :5900,share=allow-exclusive
allows clients to ask for exclusive access which is
implemented by dropping other connections Connecting
multiple clients in parallel requires all clients asking
for a shared session (vncviewer: -shared switch)

 -vnc :5900,share=force-shared
disables exclusive client access.  Useful for shared
desktop sessions, where you don't want someone forgetting
specify -shared disconnect everybody else.

 -vnc :5900,share=ignore
completely ignores the shared flag and allows everybody
connect unconditionally
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms