Hi, New version of the series after a logn break. No major changes in the existing patches, added some new patches though: Patch #3 to add the vnc display name to the acls, and patches 8-10 adding a new monitor command to query vnc server information.
please review, Gerd Gerd Hoffmann (10): vnc: remove vnc_display global vnc: remove unused DisplayState parameter, add id instead. vnc: add display id to acl names vnc: switch to QemuOpts, allow multiple servers vnc: allow binding servers to qemu consoles vnc: update docs/multiseat.txt vnc: track & limit connections vnc: factor out qmp_query_client_list monitor: add query-vnc2 command monitor: add vnc websockets docs/multiseat.txt | 18 +- include/ui/console.h | 18 +- qapi-schema.json | 55 ++++- qmp-commands.hx | 5 + qmp.c | 15 +- ui/vnc.c | 567 +++++++++++++++++++++++++++++++++++++-------------- ui/vnc.h | 5 + vl.c | 41 ++-- 8 files changed, 526 insertions(+), 198 deletions(-) -- 1.8.3.1