Re: [PATCH] ui: add support for remote power control to VNC server

2020-12-15 Thread Daniel P . Berrangé
On Mon, Dec 14, 2020 at 12:05:07PM +0100, Gerd Hoffmann wrote: > On Fri, Dec 11, 2020 at 04:08:25PM +, Daniel P. Berrangé wrote: > > The "XVP" (Xen VNC Proxy) extension defines a mechanism for a VNC client > > to issue power control requests to trigger graceful shutdown, reboot, or > > hard res

Re: [PATCH] ui: add support for remote power control to VNC server

2020-12-14 Thread Gerd Hoffmann
On Fri, Dec 11, 2020 at 04:08:25PM +, Daniel P. Berrangé wrote: > The "XVP" (Xen VNC Proxy) extension defines a mechanism for a VNC client > to issue power control requests to trigger graceful shutdown, reboot, or > hard reset. Looks good. Any other clients are supporting this? > +

[PATCH] ui: add support for remote power control to VNC server

2020-12-11 Thread Daniel P . Berrangé
The "XVP" (Xen VNC Proxy) extension defines a mechanism for a VNC client to issue power control requests to trigger graceful shutdown, reboot, or hard reset. This option is not enabled by default, since we cannot assume that users with VNC access implicitly have administrator access to the guest O