Re: [Qemu-devel] [PATCH V2 1/2] vhost-user: sync backend features

2015-07-30 Thread Marcel Apfelbaum
On 07/30/2015 09:47 AM, Michael S. Tsirkin wrote: On Wed, Jul 29, 2015 at 11:06:48PM +0300, Marcel Apfelbaum wrote: Complete vhost-user negotiation by syncing synching. OK, thanks the features supported by the backend. Signed-off-by: Marcel Apfelbaum --- hw/virtio/vhost-user.c | 17 +++

Re: [Qemu-devel] [PATCH V2 1/2] vhost-user: sync backend features

2015-07-29 Thread Michael S. Tsirkin
On Wed, Jul 29, 2015 at 11:06:48PM +0300, Marcel Apfelbaum wrote: > Complete vhost-user negotiation by syncing synching. > the features > supported by the backend. > > Signed-off-by: Marcel Apfelbaum > --- > hw/virtio/vhost-user.c | 17 + > 1 file changed, 17 insertions(+) > >

[Qemu-devel] [PATCH V2 1/2] vhost-user: sync backend features

2015-07-29 Thread Marcel Apfelbaum
Complete vhost-user negotiation by syncing the features supported by the backend. Signed-off-by: Marcel Apfelbaum --- hw/virtio/vhost-user.c | 17 + 1 file changed, 17 insertions(+) diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c index c4428a1..b522437 100644 --- a/