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

2021-07-08 Thread Jason Wang
在 2021/7/6 下午3:20, Cindy Lu 写道: Add support for configure interrupt, use kvm_irqfd_assign and set the gsi to kernel. When the configure notifier was eventfd_signal by host kernel, this will finally inject an msix interrupt to guest Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 60 +++

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

2021-07-06 Thread Cindy Lu
Add support for configure interrupt, use kvm_irqfd_assign and set the gsi to kernel. When the configure notifier was eventfd_signal by host kernel, this will finally inject an msix interrupt to guest Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 60 +++-