Re: [PATCH v6 8/9] virtio: decouple virtqueue from set notifier fd handler

2021-04-27 Thread Jason Wang
在 2021/4/27 上午11:39, Cindy Lu 写道: This patch will decouple virtqueue from virtio_queue_set_guest_notifier_fd_handler, here queue number -1 mean the configure interrupt. The funtion will set the config_notify_read as fd handler Any reason that this is not done before patch 3? Thanks Sign

[PATCH v6 8/9] virtio: decouple virtqueue from set notifier fd handler

2021-04-26 Thread Cindy Lu
This patch will decouple virtqueue from virtio_queue_set_guest_notifier_fd_handler, here queue number -1 mean the configure interrupt. The funtion will set the config_notify_read as fd handler Signed-off-by: Cindy Lu --- hw/s390x/virtio-ccw.c | 6 +++--- hw/virtio/virtio-mmio.c| 8 +++