]> git.proxmox.com Git - mirror_qemu.git/commit
hw/pci-host/gpex: Implement PCI INTx routing
authorPranavkumar Sawargaonkar <pranavkumar@linaro.org>
Thu, 14 Sep 2017 17:43:19 +0000 (18:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Sep 2017 17:43:19 +0000 (18:43 +0100)
commitd464814ae729f3200234ff74d5f050ddad4f1f20
tree97a6552211b8234caf046e406c41d5422eefdcaa
parentc9bb8e16080d189a0c393a1061b427993516ae2b
hw/pci-host/gpex: Implement PCI INTx routing

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 <pranavkumar@linaro.org>
Signed-off-by: Tushar Jagad <tushar.jagad@linaro.org>
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Tested-by: Feng Kan <fkan@apm.com>
Message-id: 1505296004-6798-4-git-send-email-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/pci-host/gpex.c