vhost-user: ignore qemu-only features
commit72018d1e1917a56d05e24aedc9f582b7c8385e19
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 17 Nov 2015 14:55:17 +0000 (17 16:55 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Nov 2015 16:49:12 +0000 (18 18:49 +0200)
tree536ef5757dbce4840a7f0eeb5ade8c6754893fef
parent7ebcfe569211f6ff5402b558b85e2ce1e1066cf6
vhost-user: ignore qemu-only features

Some features (such as ctrl vq) are supported
by qemu without need to communicate with the
backend.

Drop them from the feature mask so we set them
unconditionally.

Reported-by: Victor Kaplansky <vkaplans@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/vhost_net.c