2022-01-12
| ||
13:41 | • New ticket [199afc97f8] Support for unix-domain sockets for GUI. artifact: f8fce26ade user: vitus | |
Ticket Hash: | 199afc97f8ddf4495d415e310fba4ff9c3562809 | |||
Title: | Support for unix-domain sockets for GUI | |||
Status: | Open | Type: | Feature_Request | |
Severity: | Important | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2022-01-12 13:41:21 | |||
Version Found In: | 0.8 | |||
User Comments: | ||||
vitus added on 2022-01-12 13:41:21:
Since some unknown version (Debian 11 satisfies this requirements) both QEMU and remote-viewer support spice protocol over Unix Domain socket. So, it seems to be good idea to use it for vws. Or at least support optionally. Using socket inside VM directory solves problem with limited TCP port count which now causes us to use first free port and make VE URI Dependdent from start order. Syntax QEMU: -spice unix,addr=relative.path,disable ticketing remote-viewer: spice+unix:///absolute/path |