Re: [Qemu-devel] [PATCH 02/25] pci: add opaque argument to pci_map_irq_fn

2012-09-14 Thread Alex Williamson
On Thu, 2012-09-13 at 16:12 -0400, Jason Baron wrote: > From: Isaku Yamahata > > Pass opaque argument to pci_map_irq_fn like pci_set_irq_fn. > ICH9 irq routing is not static, but configurable by chipset configuration > registers, so the corresponding irq mapping function of pci_map_irq_fn > needs

[Qemu-devel] [PATCH 02/25] pci: add opaque argument to pci_map_irq_fn

2012-09-13 Thread Jason Baron
From: Isaku Yamahata Pass opaque argument to pci_map_irq_fn like pci_set_irq_fn. ICH9 irq routing is not static, but configurable by chipset configuration registers, so the corresponding irq mapping function of pci_map_irq_fn needs to know the pointer to ich9. [jba...@redhat.com: minor tweaks] S