Re: [Qemu-devel] [PATCH 02/10] vubr: add client mode

2016-05-10 Thread Marc-André Lureau
Hi - Original Message - > Hi, > > Just to let you know that as a client, it need to add the reconnect > ability, as the QEMU (as the server) may restart as well. Well, I'm > thinking that you may think it's an example bridge only, so, let it > be simple. Then I'm sorry for the noise. Tha

Re: [Qemu-devel] [PATCH 02/10] vubr: add client mode

2016-05-10 Thread Yuanhan Liu
Hi, Just to let you know that as a client, it need to add the reconnect ability, as the QEMU (as the server) may restart as well. Well, I'm thinking that you may think it's an example bridge only, so, let it be simple. Then I'm sorry for the noise. --yliu On Tue, May 10, 2016 at 06:03:52

[Qemu-devel] [PATCH 02/10] vubr: add client mode

2016-05-10 Thread marcandre . lureau
From: Marc-André Lureau If -c is specified, vubr will try to connect to the socket instead of listening for connections. Signed-off-by: Marc-André Lureau --- tests/vhost-user-bridge.c | 38 ++ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/t