[Bug 1887604] Re: Forward host UNIX socket to guest TCP port

2021-05-19 Thread Ralph G
** Changed in: qemu Status: Incomplete => New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1887604 Title: Forward host UNIX socket to guest TCP port Status in QEMU: New Bug description:

[Bug 1887604] [NEW] Forward host UNIX socket to guest TCP port

2020-07-14 Thread Ralph G
Public bug reported: Hello. I've been racking my brain trying to work out if this is possible. I would like to be able to forward to a guest TCP port, via a host UNIX socket to avoid opening a TCP port on the host. For example: qemu-system-i386 [...] -nic user,hostfwd=unix:/path/to/socket-:22 a