Re: [Qemu-devel] [PATCH RESEND v3 3/3] hw/pci-host/gpex: Implement PCI INTx routing

2017-09-11 Thread Andrew Jones
On Sun, Jul 09, 2017 at 11:02:19PM +0200, Eric Auger wrote: > From: Pranavkumar Sawargaonkar > > Now we are able to retrieve the gsi from the INTx pin, let's > enable intx_to_irq routing. From that point on, irqfd becomes > usable along with INTx when assigning a PCIe device. > > Signed-off-by:

[Qemu-devel] [PATCH RESEND v3 3/3] hw/pci-host/gpex: Implement PCI INTx routing

2017-07-09 Thread Eric Auger
From: Pranavkumar Sawargaonkar Now we are able to retrieve the gsi from the INTx pin, let's enable intx_to_irq routing. From that point on, irqfd becomes usable along with INTx when assigning a PCIe device. Signed-off-by: Pranavkumar Sawargaonkar Signed-off-by: Tushar Jagad Signed-off-by: Eric