mbox series

[v2,0/4] net: update netdev stream/dgram man page

Message ID 20240704124834.81958-1-lvivier@redhat.com (mailing list archive)
Headers show
Series net: update netdev stream/dgram man page | expand

Message

Laurent Vivier July 4, 2024, 12:48 p.m. UTC
Add the description of "-netdev stream" and "-netdev dgram" in the QEMU
manpage.

Add some examples on how to use them, including a way 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)

v2:
  - split patch
  - update unix socket description with stream and datagram words.

Laurent Vivier (4):
  net: update netdev stream/dgram man page
  net: update netdev stream man page with unix socket
  net: update netdev dgram man page with unix socket
  net: update netdev stream man page with the reconnect parameter

 qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 189 insertions(+)

Comments

Marc-André Lureau July 15, 2024, 8:29 a.m. UTC | #1
On Thu, Jul 4, 2024 at 4:48 PM Laurent Vivier <lvivier@redhat.com> wrote:

> Add the description of "-netdev stream" and "-netdev dgram" in the QEMU
> manpage.
>
> Add some examples on how to use them, including a way 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)
>
> v2:
>   - split patch
>   - update unix socket description with stream and datagram words.
>
> Laurent Vivier (4):
>   net: update netdev stream/dgram man page
>   net: update netdev stream man page with unix socket
>   net: update netdev dgram man page with unix socket
>   net: update netdev stream man page with the reconnect parameter
>
>  qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 189 insertions(+)
>

Series:
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Laurent Vivier July 25, 2024, 6:48 a.m. UTC | #2
On 04/07/2024 14:48, Laurent Vivier wrote:
> Add the description of "-netdev stream" and "-netdev dgram" in the QEMU
> manpage.
> 
> Add some examples on how to use them, including a way 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)
> 
> v2:
>    - split patch
>    - update unix socket description with stream and datagram words.
> 
> Laurent Vivier (4):
>    net: update netdev stream/dgram man page
>    net: update netdev stream man page with unix socket
>    net: update netdev dgram man page with unix socket
>    net: update netdev stream man page with the reconnect parameter
> 
>   qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 189 insertions(+)
> 
ping

cc: qemu-trivial
Jason Wang July 26, 2024, 2:23 a.m. UTC | #3
On Thu, Jul 25, 2024 at 2:49 PM Laurent Vivier <lvivier@redhat.com> wrote:
>
> On 04/07/2024 14:48, Laurent Vivier wrote:
> > Add the description of "-netdev stream" and "-netdev dgram" in the QEMU
> > manpage.
> >
> > Add some examples on how to use them, including a way 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)
> >
> > v2:
> >    - split patch
> >    - update unix socket description with stream and datagram words.
> >
> > Laurent Vivier (4):
> >    net: update netdev stream/dgram man page
> >    net: update netdev stream man page with unix socket
> >    net: update netdev dgram man page with unix socket
> >    net: update netdev stream man page with the reconnect parameter
> >
> >   qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
> >   1 file changed, 189 insertions(+)
> >
> ping
>

Queued.

> cc: qemu-trivial
>

If trivial maintainer want to take,

Acked-by: Jason Wang <jasowang@redhat.com>

Thanks