Since the removal of the generic 'qmp_change' command, one can no longer replace the 'default' VNC display listen address at runtime (AFAIK). For our users who need to set up a secondary VNC access port, this means configuring a second VNC display (in addition to our standard one for web-access), but it turns out one cannot set a password on this second display at the moment, as the 'set_password' call only operates on the 'default' display.
Additionally, using secret objects, the password is only read once at startup. This could be considered a bug too, but is not touched in this series and left for a later date. Stefan Reiter (2): monitor/hmp: correctly invert password argument detection again monitor: allow VNC related QMP and HMP commands to take a display ID hmp-commands.hx | 28 +++++++++++++++------------- monitor/hmp-cmds.c | 22 +++++++++++++++++++--- monitor/qmp-cmds.c | 9 +++++---- qapi/ui.json | 12 ++++++++++-- 4 files changed, 49 insertions(+), 22 deletions(-) -- 2.30.2