Re: [PATCH v8 6/9] virtio-mmio: add support for configure interrupt

2021-07-08 Thread Jason Wang
在 2021/7/6 下午3:20, 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-

[PATCH v8 6/9] virtio-mmio: add support for configure interrupt

2021-07-06 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