Il 30/09/2013 10:58, Michael S. Tsirkin ha scritto: >>> > > As a next step, can we make pci_set_irq non-inline and make >>> > > it call pci_irq_handler directly, and get rid of the irq field? >> > What irq field? > /* IRQ objects for the INTA-INTD pins. */ > qemu_irq *irq; >
That's still used by devices that use common code for PCI and sysbus versions (e.g. USB OHCI and EHCI). Paolo