Re: [PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password

2021-10-26 Thread Dr. David Alan Gilbert
* Stefan Reiter (s.rei...@proxmox.com) wrote: > It is possible to specify more than one VNC server on the command line, > either with an explicit ID or the auto-generated ones à la "default", > "vnc2", "vnc3", ... > > It is not possible to change the password on one of these extra VNC > displays t

Re: [PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password

2021-10-21 Thread Markus Armbruster
Stefan Reiter writes: > It is possible to specify more than one VNC server on the command line, > either with an explicit ID or the auto-generated ones à la "default", > "vnc2", "vnc3", ... > > It is not possible to change the password on one of these extra VNC > displays though. Fix this by addi

[PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password

2021-10-21 Thread Stefan Reiter
It is possible to specify more than one VNC server on the command line, either with an explicit ID or the auto-generated ones à la "default", "vnc2", "vnc3", ... It is not possible to change the password on one of these extra VNC displays though. Fix this by adding a "display" parameter to the "se