[PATCH 0/2] VNC-related HMP/QMP fixes

Stefan Reiter posted 2 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210825093701.668122-1-s.reiter@proxmox.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
There is a newer version of this series
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(-)
[PATCH 0/2] VNC-related HMP/QMP fixes
Posted by Stefan Reiter 2 years, 8 months ago
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