Re: [PATCH v7 07/10] virtio-mmio: add support for configure interrupt

2021-06-06 Thread Cindy Lu
On Thu, Jun 3, 2021 at 2:36 PM Jason Wang wrote: > > > 在 2021/6/2 上午11:47, 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 +

Re: [PATCH v7 07/10] virtio-mmio: add support for configure interrupt

2021-06-02 Thread Jason Wang
在 2021/6/2 上午11:47, 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 v7 07/10] virtio-mmio: add support for configure interrupt

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