From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynn1m-0000NH-Jt for qemu-devel@nongnu.org; Thu, 30 Apr 2015 07:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ynn1h-00028x-HJ for qemu-devel@nongnu.org; Thu, 30 Apr 2015 07:53:14 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:33913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynn1h-00027D-CI for qemu-devel@nongnu.org; Thu, 30 Apr 2015 07:53:09 -0400 Received: by pacyx8 with SMTP id yx8so57698138pac.1 for ; Thu, 30 Apr 2015 04:53:08 -0700 (PDT) From: Pranavkumar Sawargaonkar Date: Thu, 30 Apr 2015 17:22:48 +0530 Message-Id: <1430394771-19617-1-git-send-email-pranavkumar@linaro.org> Subject: [Qemu-devel] [v2 0/2] Generic PCIe host bridge INTx determination for INTx routing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, patches@apm.com, agraf@suse.de, christoffer.dall@linaro.org, Pranavkumar Sawargaonkar 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