Re: [PATCH v3 3/3] monitor: refactor set/expire_password and allow VNC display id

2021-09-20 Thread Eric Blake
On Mon, Sep 20, 2021 at 12:56:41PM +0200, Stefan Reiter 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

[PATCH v3 3/3] monitor: refactor set/expire_password and allow VNC display id

2021-09-20 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