This patch adds a routine for GPEX to implement PCI bus specific function pointer "route_intx_to_irq" which is used during INTx routing.
ChangeLog: V2: - Drop a patch about adding an API to get irq number from qemu_irq - Store a GPEX INTx information from board specific code (virt.c) V1: - Initial patchset - https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01986.html Pranavkumar Sawargaonkar (2): pci: GPEX: Add a function to determine interrupt number for INTx routing arm: hw: virt: Store information about GPEX legacy interrupt numbers hw/arm/virt.c | 4 ++++ hw/pci-host/gpex.c | 12 ++++++++++++ include/hw/pci-host/gpex.h | 1 + 3 files changed, 17 insertions(+) -- 1.9.1