Re: [RFC PATCH 1/6] net: introduce convert_host_port()

2022-05-11 Thread Laurent Vivier
On 10/05/2022 23:24, Stefano Brivio wrote: On Mon, 9 May 2022 19:36:13 +0200 Laurent Vivier wrote: Signed-off-by: Laurent Vivier --- include/qemu/sockets.h | 2 ++ net/net.c | 62 ++ 2 files changed, 34 insertions(+), 30 deletions(-)

Re: [RFC PATCH 1/6] net: introduce convert_host_port()

2022-05-10 Thread Stefano Brivio
On Mon, 9 May 2022 19:36:13 +0200 Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > --- > include/qemu/sockets.h | 2 ++ > net/net.c | 62 ++ > 2 files changed, 34 insertions(+), 30 deletions(-) > > diff --git a/include/qemu/sockets.

[RFC PATCH 1/6] net: introduce convert_host_port()

2022-05-09 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- include/qemu/sockets.h | 2 ++ net/net.c | 62 ++ 2 files changed, 34 insertions(+), 30 deletions(-) diff --git a/include/qemu/sockets.h b/include/qemu/sockets.h index 038faa157f59..47194b9732f8 100644 --- a/