Re: [Qemu-devel] [PATCH 04/13] pci: Rename map_irq to route_pin

2012-06-10 Thread Michael S. Tsirkin
On Mon, Jun 04, 2012 at 10:52:12AM +0200, Jan Kiszka wrote: > To avoid confusion with the board-level IRQ the host bridge triggers on > output, rename the per-bridge routing function for the INTx pins to > pci_route_pin_fn. Also adjust variable names of that type. And > rename pci_bridge_map_irq to

Re: [Qemu-devel] [PATCH 04/13] pci: Rename map_irq to route_pin

2012-06-10 Thread Michael S. Tsirkin
On Mon, Jun 04, 2012 at 10:52:12AM +0200, Jan Kiszka wrote: > To avoid confusion with the board-level IRQ the host bridge triggers on > output, rename the per-bridge routing function for the INTx pins to > pci_route_pin_fn. Also adjust variable names of that type. And > rename pci_bridge_map_irq to

[Qemu-devel] [PATCH 04/13] pci: Rename map_irq to route_pin

2012-06-04 Thread Jan Kiszka
To avoid confusion with the board-level IRQ the host bridge triggers on output, rename the per-bridge routing function for the INTx pins to pci_route_pin_fn. Also adjust variable names of that type. And rename pci_bridge_map_irq to pci_bridge_prepare, which better reflects the job of that function.