summaryrefslogtreecommitdiffstats
path: root/ui/console.c
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy2022-04-01 16:39:34 +0200
committerGerd Hoffmann2022-04-27 07:51:01 +0200
commitd708f99d8508ca6de2ff07cf9723334e6c8ecacd (patch)
tree5a43e540a67dc581f83d71096c9e3b9b6d73bb7b /ui/console.c
parentAdded parameter to take screenshot with screendump as PNG (diff)
downloadqemu-d708f99d8508ca6de2ff07cf9723334e6c8ecacd.tar.gz
qemu-d708f99d8508ca6de2ff07cf9723334e6c8ecacd.tar.xz
qemu-d708f99d8508ca6de2ff07cf9723334e6c8ecacd.zip
ui/vnc: refactor arrays of addresses to SocketAddressList
Let's use SocketAddressList instead of dynamic arrays. Benefits: - Automatic cleanup: don't need specific freeing function and drop some gotos. - Less indirection: no triple asterix anymore! - Prepare for the following commit, which will reuse new interface of vnc_display_listen(). Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@openvz.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220401143936.356460-2-vsementsov@openvz.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/console.c')
0 files changed, 0 insertions, 0 deletions