Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Volker Rümelin
Am 09.01.22 um 19:54 schrieb Volker Rümelin: Am 09.01.22 um 19:01 schrieb Michael S. Tsirkin: On Sun, Jan 09, 2022 at 06:52:28PM +0100, Volker Rümelin wrote: Am 09.01.22 um 17:11 schrieb Michael S. Tsirkin: On Sun, Jan 09, 2022 at 07:17:30AM +0100, Volker Rümelin wrote: Hi, From: Cindy Lu

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Volker Rümelin
Am 09.01.22 um 19:01 schrieb Michael S. Tsirkin: On Sun, Jan 09, 2022 at 06:52:28PM +0100, Volker Rümelin wrote: Am 09.01.22 um 17:11 schrieb Michael S. Tsirkin: On Sun, Jan 09, 2022 at 07:17:30AM +0100, Volker Rümelin wrote: Hi, From: Cindy Lu Add support for configure interrupt, The

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Michael S. Tsirkin
On Sun, Jan 09, 2022 at 06:52:28PM +0100, Volker Rümelin wrote: > Am 09.01.22 um 17:11 schrieb Michael S. Tsirkin: > > On Sun, Jan 09, 2022 at 07:17:30AM +0100, Volker Rümelin wrote: > > > Hi, > > > > > > > From: Cindy Lu > > > > > > > > Add support for configure interrupt, The process is used

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Volker Rümelin
Am 09.01.22 um 17:11 schrieb Michael S. Tsirkin: On Sun, Jan 09, 2022 at 07:17:30AM +0100, Volker Rümelin wrote: Hi, From: Cindy Lu 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

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Michael S. Tsirkin
On Sun, Jan 09, 2022 at 07:17:30AM +0100, Volker Rümelin wrote: > Hi, > > > From: Cindy Lu > > > > 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

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Michael S. Tsirkin
On Sun, Jan 09, 2022 at 02:33:43PM +0100, Cédric Le Goater wrote: > Hello Cindy, > > On 1/8/22 02:04, Michael S. Tsirkin wrote: > > From: Cindy Lu > > > > Add support for configure interrupt, The process is used kvm_irqfd_assign > > to set the gsi to kernel. When the configure notifier was

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-09 Thread Cédric Le Goater
Hello Cindy, On 1/8/22 02:04, Michael S. Tsirkin wrote: From: Cindy Lu 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

Re: [PULL v3 12/55] virtio-pci: add support for configure interrupt

2022-01-08 Thread Volker Rümelin
Hi, From: Cindy Lu 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 Message-Id: <20211104164827.21911-11-l...@redhat.com>