Re: [PATCH v1 1/4] virtio:add support in configure interrupt

2021-01-13 Thread Cindy Lu
On Thu, Jan 14, 2021 at 12:34 PM Jason Wang wrote: > > > On 2021/1/13 下午11:45, Cindy Lu wrote: > > Add configure notifier and virtio_set_config_notifier_fd_handler > > in virtio > > > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/virtio.c | 25 + > >

Re: [PATCH v1 1/4] virtio:add support in configure interrupt

2021-01-13 Thread Jason Wang
On 2021/1/13 下午11:45, Cindy Lu wrote: Add configure notifier and virtio_set_config_notifier_fd_handler in virtio Signed-off-by: Cindy Lu --- hw/virtio/virtio.c | 25 + include/hw/virtio/virtio.h | 5 + 2 files changed, 30 insertions(+) diff --git

[PATCH v1 1/4] virtio:add support in configure interrupt

2021-01-13 Thread Cindy Lu
Add configure notifier and virtio_set_config_notifier_fd_handler in virtio Signed-off-by: Cindy Lu --- hw/virtio/virtio.c | 25 + include/hw/virtio/virtio.h | 5 + 2 files changed, 30 insertions(+) diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index