Re: [Qemu-devel] [PATCH 2/7] vhost-user: add protocol feature negotiation

2015-09-17 Thread Yuanhan Liu
On Thu, Sep 17, 2015 at 03:12:55PM +0800, Jason Wang wrote: > > > On 09/15/2015 03:10 PM, Yuanhan Liu wrote: > > From: "Michael S. Tsirkin" > > > > Support a separate bitmask for vhost-user protocol features, > > and messages to get/set protocol features. > > > > Invoke them at init. > > > > No

Re: [Qemu-devel] [PATCH 2/7] vhost-user: add protocol feature negotiation

2015-09-17 Thread Jason Wang
On 09/15/2015 03:10 PM, Yuanhan Liu wrote: > From: "Michael S. Tsirkin" > > Support a separate bitmask for vhost-user protocol features, > and messages to get/set protocol features. > > Invoke them at init. > > No features are defined yet. > > v2: leverage vhost_user_call for request handling --