Re: [PATCH v20 08/10] virtio-net: add support for configure interrupt

2022-12-21 Thread Cindy Lu
On Wed, 21 Dec 2022 at 19:25, Michael S. Tsirkin wrote: > > On Mon, Dec 12, 2022 at 01:20:40AM +0800, Cindy Lu wrote: > > Add functions to support configure interrupt in virtio_net > > Add the functions to support vhost_net_config_pending > > and vhost_net_config_mask. > > > > Signed-off-by: Cindy

Re: [PATCH v20 08/10] virtio-net: add support for configure interrupt

2022-12-21 Thread Michael S. Tsirkin
On Mon, Dec 12, 2022 at 01:20:40AM +0800, Cindy Lu wrote: > Add functions to support configure interrupt in virtio_net > Add the functions to support vhost_net_config_pending > and vhost_net_config_mask. > > Signed-off-by: Cindy Lu Causes a bunch of failures including mingw. See: https://gitla

[PATCH v20 08/10] virtio-net: add support for configure interrupt

2022-12-11 Thread Cindy Lu
Add functions to support configure interrupt in virtio_net Add the functions to support vhost_net_config_pending and vhost_net_config_mask. Signed-off-by: Cindy Lu --- hw/net/vhost_net.c | 9 + hw/net/virtio-net.c | 4 ++-- include/net/vhost_net.h | 2 ++ 3 files changed, 13 ins