Re: [PATCH v5 5/6] virtio-mmio: add support for configure interrupt

2021-04-09 Thread Jason Wang
在 2021/4/8 下午5:38, Cindy Lu 写道: add configure interrupt support for virtio-mmio bus. This interrupt will working while backend is vhost-vdpa So this is actually the guest notifier of config interrupt for virtio-mmio. Thanks Signed-off-by: Cindy Lu --- hw/virtio/virtio-mmio.c | 26 +++

[PATCH v5 5/6] virtio-mmio: add support for configure interrupt

2021-04-08 Thread Cindy Lu
add configure interrupt support for virtio-mmio bus. This interrupt will working while backend is vhost-vdpa Signed-off-by: Cindy Lu --- hw/virtio/virtio-mmio.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/hw/virtio/virtio-mmio.c b/hw/virtio/virtio-mmio.c index