Re: [PATCH v8 07/14] net: stream: add unix socket

2022-09-26 Thread Laurent Vivier
On 9/14/22 07:16, David Gibson wrote: On Tue, Sep 13, 2022 at 08:39:53AM +0200, Laurent Vivier wrote: Signed-off-by: Laurent Vivier Reviewed-by: Stefano Brivio --- net/stream.c| 108 +--- qapi/net.json | 2 +- qemu-options.hx | 1 + 3

Re: [PATCH v8 07/14] net: stream: add unix socket

2022-09-13 Thread David Gibson
On Tue, Sep 13, 2022 at 08:39:53AM +0200, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > Reviewed-by: Stefano Brivio > --- > net/stream.c| 108 +--- > qapi/net.json | 2 +- > qemu-options.hx | 1 + > 3 files changed, 105 insertions(+

[PATCH v8 07/14] net: stream: add unix socket

2022-09-12 Thread Laurent Vivier
Signed-off-by: Laurent Vivier Reviewed-by: Stefano Brivio --- net/stream.c| 108 +--- qapi/net.json | 2 +- qemu-options.hx | 1 + 3 files changed, 105 insertions(+), 6 deletions(-) diff --git a/net/stream.c b/net/stream.c index e8afbaca50b6