From: Marc-André Lureau <marcandre.lur...@redhat.com> Even if slave does not declare VIRTIO_NET_F_STATUS, we can keep this feature enabled as it is driven by qemu.
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- hw/net/vhost_net.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index 9850520..ea15220 100644 --- a/hw/net/vhost_net.c +++ b/hw/net/vhost_net.c @@ -77,7 +77,6 @@ static const int user_feature_bits[] = { VIRTIO_NET_F_HOST_ECN, VIRTIO_NET_F_HOST_UFO, VIRTIO_NET_F_MRG_RXBUF, - VIRTIO_NET_F_STATUS, VIRTIO_NET_F_CTRL_VQ, VIRTIO_NET_F_CTRL_RX, VIRTIO_NET_F_CTRL_VLAN, -- 2.4.3