Re: [Qemu-devel] [PATCH 23/24] vhost-user: wait until link is up

2016-06-23 Thread Michael S. Tsirkin
On Thu, Jun 23, 2016 at 05:11:37AM -0400, Marc-André Lureau wrote: > Hi > > - Original Message - > > On Tue, Jun 21, 2016 at 12:02:51PM +0200, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > The chardev waits for an initial connection before starting qemu, >

Re: [Qemu-devel] [PATCH 23/24] vhost-user: wait until link is up

2016-06-23 Thread Marc-André Lureau
Hi - Original Message - > On Tue, Jun 21, 2016 at 12:02:51PM +0200, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > The chardev waits for an initial connection before starting qemu, > > vhost-user wants the backend negotiation to be completed. vhost-user is > > sta

Re: [Qemu-devel] [PATCH 23/24] vhost-user: wait until link is up

2016-06-22 Thread Michael S. Tsirkin
On Tue, Jun 21, 2016 at 12:02:51PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The chardev waits for an initial connection before starting qemu, > vhost-user wants the backend negotiation to be completed. vhost-user is > started in the net_vhost_user_event callback, wh

[Qemu-devel] [PATCH 23/24] vhost-user: wait until link is up

2016-06-21 Thread marcandre . lureau
From: Marc-André Lureau The chardev waits for an initial connection before starting qemu, vhost-user wants the backend negotiation to be completed. vhost-user is started in the net_vhost_user_event callback, which is synchronously called after the socket is connected. Signed-off-by: Marc-André L