Hi, New and hopefully final version multiple vnc display patch series. Monitor commands (last two patches) got sorted, otherwise only minor tweaks here and there. Added some reviewed-by tags.
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 | 73 +++++- qmp-commands.hx | 5 + qmp.c | 15 +- ui/vnc.c | 634 ++++++++++++++++++++++++++++++++++++++------------- ui/vnc.h | 5 + vl.c | 41 ++-- 8 files changed, 611 insertions(+), 198 deletions(-) -- 1.8.3.1