Re: [Qemu-devel] [PATCH v1 3/4] vhost-user: Enable 'nowait' and 'reconnect' option

2015-06-15 Thread Tetsuya Mukawa
On 2015/06/15 22:58, Stefan Hajnoczi wrote: > On Fri, May 29, 2015 at 01:42:29PM +0900, Tetsuya Mukawa wrote: >> The patch enables 'nowait' option for server mode, and 'reconnect' >> option for client mode. >> >> Signed-off-by: Tetsuya Mukawa >> --- >> net/vhost-user.c | 6 ++ >> 1 file chang

Re: [Qemu-devel] [PATCH v1 3/4] vhost-user: Enable 'nowait' and 'reconnect' option

2015-06-15 Thread Stefan Hajnoczi
On Fri, May 29, 2015 at 01:42:29PM +0900, Tetsuya Mukawa wrote: > The patch enables 'nowait' option for server mode, and 'reconnect' > option for client mode. > > Signed-off-by: Tetsuya Mukawa > --- > net/vhost-user.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/net/vhost-user

Re: [Qemu-devel] [PATCH v1 3/4] vhost-user: Enable 'nowait' and 'reconnect' option

2015-06-15 Thread Stefan Hajnoczi
On Fri, May 29, 2015 at 01:42:29PM +0900, Tetsuya Mukawa wrote: > The patch enables 'nowait' option for server mode, and 'reconnect' > option for client mode. > > Signed-off-by: Tetsuya Mukawa > --- > net/vhost-user.c | 6 ++ > 1 file changed, 6 insertions(+) Reviewed-by: Stefan Hajnoczi

[Qemu-devel] [PATCH v1 3/4] vhost-user: Enable 'nowait' and 'reconnect' option

2015-05-28 Thread Tetsuya Mukawa
The patch enables 'nowait' option for server mode, and 'reconnect' option for client mode. Signed-off-by: Tetsuya Mukawa --- net/vhost-user.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/vhost-user.c b/net/vhost-user.c index 1967ff4..f823d78 100644 --- a/net/vhost-user.c +++ b/n