Re: [PATCH v8 5/9] vhost-net:add support for configure interrupt

2021-07-08 Thread Jason Wang
在 2021/7/6 下午3:20, Cindy Lu 写道: Add configure notifier support in vhost and virtio driver When backend support VIRTIO_NET_F_STATUS,setup the configure interrupt function in vhost_net_start and release the related resource when vhost_net_stop Signed-off-by: Cindy Lu --- hw/net/vhost_net.c

[PATCH v8 5/9] vhost-net:add support for configure interrupt

2021-07-06 Thread Cindy Lu
Add configure notifier support in vhost and virtio driver When backend support VIRTIO_NET_F_STATUS,setup the configure interrupt function in vhost_net_start and release the related resource when vhost_net_stop Signed-off-by: Cindy Lu --- hw/net/vhost_net.c | 36 ++