Re: [PATCH v10 1/7] libvhost-user: Allow vu_message_read to be replaced

2020-09-18 Thread Stefan Hajnoczi
On Fri, Sep 18, 2020 at 04:09:06PM +0800, Coiby Xu wrote: > Allow vu_message_read to be replaced by one which will make use of the > QIOChannel functions. Thus reading vhost-user message won't stall the > guest. For slave channel, we still use the default vu_message_read. > > Reviewed-by: Marc-And

[PATCH v10 1/7] libvhost-user: Allow vu_message_read to be replaced

2020-09-18 Thread Coiby Xu
Allow vu_message_read to be replaced by one which will make use of the QIOChannel functions. Thus reading vhost-user message won't stall the guest. For slave channel, we still use the default vu_message_read. Reviewed-by: Marc-André Lureau Signed-off-by: Coiby Xu --- contrib/libvhost-user/libvh