Re: [PATCH v9 10/10] virtio-pci: add support for configure interrupt

2021-10-18 Thread Michael S. Tsirkin
On Thu, Sep 30, 2021 at 10:33:48AM +0800, Cindy Lu wrote: > Add support for configure interrupt, The process is used kvm_irqfd_assign > to set the gsi to kernel. When the configure notifier was signal by > host, qemu will inject a msix interrupt to guest > > Signed-off-by: Cindy Lu > --- > hw/vi

Re: [PATCH v9 10/10] virtio-pci: add support for configure interrupt

2021-10-18 Thread Michael S. Tsirkin
On Thu, Sep 30, 2021 at 10:33:48AM +0800, Cindy Lu wrote: > Add support for configure interrupt, The process is used kvm_irqfd_assign > to set the gsi to kernel. When the configure notifier was signal by > host, qemu will inject a msix interrupt to guest > > Signed-off-by: Cindy Lu This one make