Hi, Is it possible to change the address and port of the Websocket VNC without restarting QEMU similar to the QMP command { "execute": "display-update", "arguments": { "type": "vnc", "addresses": [ { "type": "inet", "host": "127.0.0.1", "port": "6000" } ] } } ?
Regards, Georgii