On 2021/1/26 下午3:42, Cindy Lu wrote:
Add configure notifier and virtio_set_config_notifier_fd_handler
in virtio
The title and commit log is kind of misleading.
I think we should use "virtio: add guest notifier for config interrupt"
Signed-off-by: Cindy Lu
---
hw/virtio/virtio.c
Add configure notifier and virtio_set_config_notifier_fd_handler
in virtio
Signed-off-by: Cindy Lu
---
hw/virtio/virtio.c | 26 ++
include/hw/virtio/virtio-bus.h | 2 ++
include/hw/virtio/virtio.h | 6 ++
3 files changed, 34 insertions(+)
diff --git