]> www.infradead.org Git - users/dwmw2/qemu.git/commit
net: update netdev stream man page with unix socket
authorLaurent Vivier <lvivier@redhat.com>
Thu, 4 Jul 2024 12:48:32 +0000 (14:48 +0200)
committerJason Wang <jasowang@redhat.com>
Fri, 2 Aug 2024 03:09:52 +0000 (11:09 +0800)
commit178413a1031af79f1a224e021e3dfd422e3787df
tree1b4c1b716a89f203bc40173c35831e1b66725689
parentbb1326abd9df64692d5c4f6dadf0719a2f1d1c2d
net: update netdev stream man page with unix socket

Add the description of "-netdev stream" with a unix domain socket.
The code has been added but the man page has not been updated.

Include an example how to use "-netdev stream" and "passt" in place
of "-netdev user".
("passt" is a non privileged translation proxy between layer-2, like
"-netdev stream", and layer-4 on host, like TCP, UDP, ICMP/ICMPv6 echo)

Fixes: 13c6be96618c ("net: stream: add unix socket")
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
qemu-options.hx