Re: [Qemu-devel] [PATCH 2/2] pci: GPEX: Add support to route legacy interrupts

2015-04-21 Thread Alexander Graf
On 04/17/2015 10:55 AM, Pranavkumar Sawargaonkar wrote: This patch adds routine to route legacy interrupts to VM. Signed-off-by: Pranavkumar Sawargaonkar Signed-off-by: Tushar Jagad I don't think the device model should have awareness of any global irq number spaces. Can you move this into

[Qemu-devel] [PATCH 2/2] pci: GPEX: Add support to route legacy interrupts

2015-04-17 Thread Pranavkumar Sawargaonkar
This patch adds routine to route legacy interrupts to VM. Signed-off-by: Pranavkumar Sawargaonkar Signed-off-by: Tushar Jagad --- hw/pci-host/gpex.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/pci-host/gpex.c b/hw/pci-host/gpex.c index 9d8fb5a..35842e4 100644 --- a/hw/p