commit | 9e64f8a3fcc88a508990a62ecc5a1269e41272ad | [log] [tgz] |
---|---|---|
author | Marcel Apfelbaum <marcel.a@redhat.com> | Mon Oct 07 10:36:39 2013 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Oct 14 17:11:45 2013 +0300 |
tree | cc9461940fb228d4b0e8cf9b945785b374a5da41 | |
parent | 68919cace8242363edfe8ff9b9c68b5e58c30db4 [diff] |
hw: set interrupts using pci irq wrappers pci_set_irq and the other pci irq wrappers use PCI_INTERRUPT_PIN config register to compute device INTx pin to assert/deassert. An irq is allocated using pci_allocate_irq wrapper only if is needed by non pci devices. Removed irq related fields from state if not used anymore. Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>