diff options
| author | Marcel Apfelbaum | 2013-10-07 09:36:41 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2013-10-14 16:11:45 +0200 |
| commit | c31d04b516b183b02336f8cce65a41bd547f6f6b (patch) | |
| tree | 1aebeb967a39378c80ea1f1b6e38da541cf73a86 /include | |
| parent | hw/pcie: AER and hot-plug events must use device's interrupt (diff) | |
| download | qemu-c31d04b516b183b02336f8cce65a41bd547f6f6b.tar.gz qemu-c31d04b516b183b02336f8cce65a41bd547f6f6b.tar.xz qemu-c31d04b516b183b02336f8cce65a41bd547f6f6b.zip | |
hw/pci: removed irq field from PCIDevice
Instead of exposing the the irq field,
pci wrappers to qemu_set_irq or qemu_irq_*
can be used.
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/pci/pci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index 990342c53d..37ffa53119 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -247,9 +247,6 @@ struct PCIDevice { PCIConfigReadFunc *config_read; PCIConfigWriteFunc *config_write; - /* IRQ objects for the INTA-INTD pins. */ - qemu_irq *irq; - /* Legacy PCI VGA regions */ MemoryRegion *vga_regions[QEMU_PCI_VGA_NUM_REGIONS]; bool has_vga; |
