Re: [Qemu-devel] [PATCH v9 13/20] Add mandatory_features to vhost_dev

2014-03-05 Thread Antonios Motakis
On Tue, Mar 4, 2014 at 7:38 PM, Michael S. Tsirkin wrote: > On Tue, Mar 04, 2014 at 07:22:56PM +0100, Antonios Motakis wrote: > > This will be used in a following patch to ensure that a vhost-user > > client reconnecting to QEMU supports the features that were exposed > > by the first client that

Re: [Qemu-devel] [PATCH v9 13/20] Add mandatory_features to vhost_dev

2014-03-04 Thread Michael S. Tsirkin
On Tue, Mar 04, 2014 at 07:22:56PM +0100, Antonios Motakis wrote: > This will be used in a following patch to ensure that a vhost-user > client reconnecting to QEMU supports the features that were exposed > by the first client that initiated the virtio-net session. > > Signed-off-by: Antonios Mota

[Qemu-devel] [PATCH v9 13/20] Add mandatory_features to vhost_dev

2014-03-04 Thread Antonios Motakis
This will be used in a following patch to ensure that a vhost-user client reconnecting to QEMU supports the features that were exposed by the first client that initiated the virtio-net session. Signed-off-by: Antonios Motakis Signed-off-by: Nikolay Nikolaev --- hw/net/vhost_net.c| 10 ++