Re: [Qemu-devel] [PATCH v2 1/2] pci: Add pci_device_route_intx_to_irq

2012-07-19 Thread Michael S. Tsirkin
On Mon, Jul 02, 2012 at 02:38:46PM +0200, Jan Kiszka wrote: > Add a PCI IRQ path discovery function that walks from a given device to > the host bridge, returning the mode (enabled/inverted/disabled) and the > IRQ number that is reported to the attached interrupt controller. For > this purpose, ano

Re: [Qemu-devel] [PATCH v2 1/2] pci: Add pci_device_route_intx_to_irq

2012-07-02 Thread Alex Williamson
On Mon, 2012-07-02 at 14:38 +0200, Jan Kiszka wrote: > Add a PCI IRQ path discovery function that walks from a given device to > the host bridge, returning the mode (enabled/inverted/disabled) and the > IRQ number that is reported to the attached interrupt controller. For > this purpose, another ho

[Qemu-devel] [PATCH v2 1/2] pci: Add pci_device_route_intx_to_irq

2012-07-02 Thread Jan Kiszka
Add a PCI IRQ path discovery function that walks from a given device to the host bridge, returning the mode (enabled/inverted/disabled) and the IRQ number that is reported to the attached interrupt controller. For this purpose, another host bridge callback function is introduced: route_intx_to_irq.