Re: [Qemu-devel] [PATCH] ich9: add support for pci assignment

2013-01-23 Thread Michael S. Tsirkin
On Tue, Jan 22, 2013 at 07:11:37PM -0700, Alex Williamson wrote: > Fills out support for the pci assignment API. Added: > > PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin) > > Add calls to pci_bus_fire_intx_routing_notifier() when routing changes > are made. > > From: Jason

Re: [Qemu-devel] [PATCH] ich9: add support for pci assignment

2013-01-23 Thread Michael S. Tsirkin
On Tue, Jan 22, 2013 at 07:11:37PM -0700, Alex Williamson wrote: > Fills out support for the pci assignment API. Added: > > PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin) > > Add calls to pci_bus_fire_intx_routing_notifier() when routing changes > are made. > > From: Jason

[Qemu-devel] [PATCH] ich9: add support for pci assignment

2013-01-22 Thread Alex Williamson
Fills out support for the pci assignment API. Added: PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin) Add calls to pci_bus_fire_intx_routing_notifier() when routing changes are made. From: Jason Baron Signed-off-by: Alex Williamson --- Jason posted this back in October, th