** 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:
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