Re: [PATCH v2 3/3] vhost_vdpa: move VIRTIO_NET_F_STATUS handling to vhost_net

2022-10-29 Thread Michael S. Tsirkin
On Fri, Oct 28, 2022 at 05:19:17PM +0200, Eugenio Pérez wrote: > Since it is emulated on all vhost backends it makes sense to move it. > > Although this feature can be emulated by qemu it benefits from > information from the device. Ack it as long as the guest ack it. > > Signed-off-by: Eugenio P

[PATCH v2 3/3] vhost_vdpa: move VIRTIO_NET_F_STATUS handling to vhost_net

2022-10-28 Thread Eugenio Pérez
Since it is emulated on all vhost backends it makes sense to move it. Although this feature can be emulated by qemu it benefits from information from the device. Ack it as long as the guest ack it. Signed-off-by: Eugenio Pérez --- hw/net/vhost_net.c | 13 + net/vhost-vdpa.c | 1 -